Uses of Package
org.apache.lucene.facet.taxonomy.directory

Packages that use org.apache.lucene.facet.taxonomy.directory
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 
 

Classes in org.apache.lucene.facet.taxonomy.directory used by org.apache.lucene.facet.search
DirectoryTaxonomyReader
          A TaxonomyReader which retrieves stored taxonomy information from a Directory.
DirectoryTaxonomyWriter
          TaxonomyWriter which uses a Directory to store the taxonomy information on disk, and keeps an additional in-memory cache of some or all categories.
 

Classes in org.apache.lucene.facet.taxonomy.directory used by org.apache.lucene.facet.taxonomy.directory
DirectoryTaxonomyReader
          A TaxonomyReader which retrieves stored taxonomy information from a Directory.
DirectoryTaxonomyWriter
          TaxonomyWriter which uses a Directory to store the taxonomy information on disk, and keeps an additional in-memory cache of some or all categories.
DirectoryTaxonomyWriter.OrdinalMap
          Mapping from old ordinal to new ordinals, used when merging indexes wit separate taxonomies.
 

Classes in org.apache.lucene.facet.taxonomy.directory used by org.apache.lucene.facet.util
DirectoryTaxonomyWriter
          TaxonomyWriter which uses a Directory to store the taxonomy information on disk, and keeps an additional in-memory cache of some or all categories.
DirectoryTaxonomyWriter.OrdinalMap
          Mapping from old ordinal to new ordinals, used when merging indexes wit separate taxonomies.
 



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