Package com.gentics.cr.lucene.facets.taxonomy

Examples of com.gentics.cr.lucene.facets.taxonomy.DefaultDirectoryTaxonomyWriter


      writerUseCount++;
    } else {
      LOGGER.debug("opening new writer and caching it:"
          + Thread.currentThread().getId());

      taxoWriter = new DefaultDirectoryTaxonomyWriter(directory, openMode);
      writerUseCount = 1;
    }

    notifyAll();
    return taxoWriter;
View Full Code Here

TOP

Related Classes of com.gentics.cr.lucene.facets.taxonomy.DefaultDirectoryTaxonomyWriter

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.