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

Packages that use org.apache.lucene.facet.index
org.apache.lucene.facet.associations Allows associating arbitrary values with a category. 
org.apache.lucene.facet.index Facets indexing code. 
org.apache.lucene.facet.sortedset Classes to perform faceting without a separate taxonomy index, using on SortedSetDocValuesField. 
 

Classes in org.apache.lucene.facet.index used by org.apache.lucene.facet.associations
CategoryListBuilder
          Builds a category list data by encoding the appropriate information for every category and ordinal given to CategoryListBuilder.build(IntsRef, Iterable).
DrillDownStream
          A TokenStream which creates category drill-down terms.
FacetFields
          A utility class for adding facet fields to a document.
 

Classes in org.apache.lucene.facet.index used by org.apache.lucene.facet.index
CategoryListBuilder
          Builds a category list data by encoding the appropriate information for every category and ordinal given to CategoryListBuilder.build(IntsRef, Iterable).
DrillDownStream
          A TokenStream which creates category drill-down terms.
 

Classes in org.apache.lucene.facet.index used by org.apache.lucene.facet.sortedset
FacetFields
          A utility class for adding facet fields to a document.
 



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