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

Packages that use org.apache.lucene.facet.taxonomy
org.apache.lucene.facet.associations Category Association 
org.apache.lucene.facet.index Indexing of document categories 
org.apache.lucene.facet.index.categorypolicy Policies for indexing categories 
org.apache.lucene.facet.index.params Indexing-time specifications for handling facets 
org.apache.lucene.facet.search Faceted Search API 
org.apache.lucene.facet.search.cache Caching to speed up facets accumulation. 
org.apache.lucene.facet.search.params Parameters for Faceted Search 
org.apache.lucene.facet.search.params.associations Association-based Parameters for Faceted Search. 
org.apache.lucene.facet.search.results Results of Faceted Search 
org.apache.lucene.facet.search.sampling Sampling for facets accumulation 
org.apache.lucene.facet.taxonomy Taxonomy of Categories 
org.apache.lucene.facet.taxonomy.directory Taxonomy implemented using a Lucene-Index 
org.apache.lucene.facet.taxonomy.writercache Improves indexing time by caching a map of CategoryPath to their Ordinal 
org.apache.lucene.facet.taxonomy.writercache.cl2o Category->Ordinal caching implementation using an optimized data-structures 
org.apache.lucene.facet.taxonomy.writercache.lru An LRU cache implementation for the CategoryPath to Ordinal map 
org.apache.lucene.facet.util Various utilities for faceted search 
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.associations
CategoryPath
          Holds a sequence of string components, specifying the hierarchical name of a category.
TaxonomyWriter
          TaxonomyWriter is the interface which the faceted-search library uses to dynamically build the taxonomy at indexing time.
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.index
CategoryPath
          Holds a sequence of string components, specifying the hierarchical name of a category.
TaxonomyWriter
          TaxonomyWriter is the interface which the faceted-search library uses to dynamically build the taxonomy at indexing time.
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.index.categorypolicy
CategoryPath
          Holds a sequence of string components, specifying the hierarchical name of a category.
TaxonomyWriter
          TaxonomyWriter is the interface which the faceted-search library uses to dynamically build the taxonomy at indexing time.
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.index.params
CategoryPath
          Holds a sequence of string components, specifying the hierarchical name of a category.
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.search
CategoryPath
          Holds a sequence of string components, specifying the hierarchical name of a category.
TaxonomyReader
          TaxonomyReader is the read-only interface with which the faceted-search library uses the taxonomy during search time.
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.search.cache
TaxonomyReader
          TaxonomyReader is the read-only interface with which the faceted-search library uses the taxonomy during search time.
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.search.params
CategoryPath
          Holds a sequence of string components, specifying the hierarchical name of a category.
TaxonomyReader
          TaxonomyReader is the read-only interface with which the faceted-search library uses the taxonomy during search time.
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.search.params.associations
CategoryPath
          Holds a sequence of string components, specifying the hierarchical name of a category.
TaxonomyReader
          TaxonomyReader is the read-only interface with which the faceted-search library uses the taxonomy during search time.
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.search.results
CategoryPath
          Holds a sequence of string components, specifying the hierarchical name of a category.
TaxonomyReader
          TaxonomyReader is the read-only interface with which the faceted-search library uses the taxonomy during search time.
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.search.sampling
TaxonomyReader
          TaxonomyReader is the read-only interface with which the faceted-search library uses the taxonomy during search time.
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.taxonomy
CategoryPath
          Holds a sequence of string components, specifying the hierarchical name of a category.
TaxonomyReader
          TaxonomyReader is the read-only interface with which the faceted-search library uses the taxonomy during search time.
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.taxonomy.directory
CategoryPath
          Holds a sequence of string components, specifying the hierarchical name of a category.
TaxonomyReader
          TaxonomyReader is the read-only interface with which the faceted-search library uses the taxonomy during search time.
TaxonomyWriter
          TaxonomyWriter is the interface which the faceted-search library uses to dynamically build the taxonomy at indexing time.
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.taxonomy.writercache
CategoryPath
          Holds a sequence of string components, specifying the hierarchical name of a category.
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.taxonomy.writercache.cl2o
CategoryPath
          Holds a sequence of string components, specifying the hierarchical name of a category.
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.taxonomy.writercache.lru
CategoryPath
          Holds a sequence of string components, specifying the hierarchical name of a category.
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.util
TaxonomyReader
          TaxonomyReader is the read-only interface with which the faceted-search library uses the taxonomy during search time.
 



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