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

Packages that use org.apache.lucene.facet.taxonomy
org.apache.lucene.benchmark.byTask
Benchmarking Lucene By Tasks. 
org.apache.lucene.facet.enhancements Enhanced category features 
org.apache.lucene.facet.enhancements.association Association category enhancements 
org.apache.lucene.facet.index Indexing of document categories 
org.apache.lucene.facet.index.attributes Category attributes and their properties for indexing 
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.index.streaming Expert: attributes streaming definition for indexing facets 
org.apache.lucene.facet.search Faceted Search API 
org.apache.lucene.facet.search.cache   
org.apache.lucene.facet.search.params Parameters for Faceted Search 
org.apache.lucene.facet.search.params.association   
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.benchmark.byTask
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.enhancements
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.enhancements.association
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
          A 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.attributes
CategoryPath
          A 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.index.categorypolicy
CategoryPath
          A 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
          A 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.index.streaming
CategoryPath
          A 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.search
CategoryPath
          A 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
          A 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.association
CategoryPath
          A 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
          A 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
          A CategoryPath holds a sequence of string components, specifying the hierarchical name of a category.
InconsistentTaxonomyException
          Exception indicating that a certain operation could not be performed on a taxonomy related object because of an inconsistency.
TaxonomyReader.ChildrenArrays
          Equivalent representations of the taxonomy's parent info, used internally for efficient computation of facet results: "youngest child" and "oldest sibling"
 

Classes in org.apache.lucene.facet.taxonomy used by org.apache.lucene.facet.taxonomy.directory
CategoryPath
          A CategoryPath holds a sequence of string components, specifying the hierarchical name of a category.
InconsistentTaxonomyException
          Exception indicating that a certain operation could not be performed on a taxonomy related object because of an inconsistency.
TaxonomyReader
          TaxonomyReader is the read-only interface with which the faceted-search library uses the taxonomy during search time.
TaxonomyReader.ChildrenArrays
          Equivalent representations of the taxonomy's parent info, used internally for efficient computation of facet results: "youngest child" and "oldest sibling"
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
          A 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
          A 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
          A 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-2011 Apache Software Foundation. All Rights Reserved.