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

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


      _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.HarvestStatus_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.