Uses of Class
org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter

Packages that use DirectoryTaxonomyWriter
org.apache.lucene.facet.search Facets search code. 
org.apache.lucene.facet.taxonomy.directory Taxonomy index implementation using on top of a Directory. 
org.apache.lucene.facet.util Various utilities for faceted search 
 

Uses of DirectoryTaxonomyWriter in org.apache.lucene.facet.search
 

Constructors in org.apache.lucene.facet.search with parameters of type DirectoryTaxonomyWriter
SearcherTaxonomyManager(IndexWriter writer, boolean applyAllDeletes, SearcherFactory searcherFactory, DirectoryTaxonomyWriter taxoWriter)
          Creates near-real-time searcher and taxonomy reader from the corresponding writers.
 

Uses of DirectoryTaxonomyWriter in org.apache.lucene.facet.taxonomy.directory
 

Constructors in org.apache.lucene.facet.taxonomy.directory with parameters of type DirectoryTaxonomyWriter
DirectoryTaxonomyReader(DirectoryTaxonomyWriter taxoWriter)
          Opens a DirectoryTaxonomyReader over the given DirectoryTaxonomyWriter (for NRT).
 

Uses of DirectoryTaxonomyWriter in org.apache.lucene.facet.util
 

Methods in org.apache.lucene.facet.util with parameters of type DirectoryTaxonomyWriter
static void TaxonomyMergeUtils.merge(Directory srcIndexDir, Directory srcTaxDir, DirectoryTaxonomyWriter.OrdinalMap map, IndexWriter destIndexWriter, DirectoryTaxonomyWriter destTaxWriter, FacetIndexingParams params)
          Merges the given taxonomy and index directories and commits the changes to the given writers.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.