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

Packages that use org.apache.lucene.facet.taxonomy.directory
org.apache.lucene.facet.example.merge   
org.apache.lucene.facet.example.multiCL   
org.apache.lucene.facet.taxonomy.directory Taxonomy implemented using a Lucene-Index 
 

Classes in org.apache.lucene.facet.taxonomy.directory used by org.apache.lucene.facet.example.merge
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.example.multiCL
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
DirectoryTaxonomyWriter.OrdinalMap
          Mapping from old ordinal to new ordinals, used when merging indexes wit separate taxonomies.
 



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