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

Packages that use org.apache.lucene.facet.taxonomy.directory
org.apache.lucene.facet.taxonomy Taxonomy of Categories 
org.apache.lucene.facet.taxonomy.directory Taxonomy index implementation using on top of a Directory. 
 

Classes in org.apache.lucene.facet.taxonomy.directory used by org.apache.lucene.facet.taxonomy
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.
 



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