Package com.ikanow.infinit.e.harvest.extraction.document

Examples of com.ikanow.infinit.e.harvest.extraction.document.DuplicateManager_Standalone


    urlsThatError.clear(); // (for api testing, obviously don't want to stop trying if we get an error)
    if (nMaxDocs >= 0) {
      _nMaxDocs = nMaxDocs;
    }
    if (!bRealDedup) {
      _duplicateManager = new DuplicateManager_Standalone();
    }
    _harvestStatus = new HarvestStatus_Standalone();

    if (null != dynamicExtractorClassCache) { // (standalone so don't cache extractors)
      dynamicExtractorClassCache.clear();
View Full Code Here

TOP

Related Classes of com.ikanow.infinit.e.harvest.extraction.document.DuplicateManager_Standalone

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.