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

Packages that use org.apache.lucene.facet.params
org.apache.lucene.facet.associations Allows associating arbitrary values with a category. 
org.apache.lucene.facet.codecs.facet45 Codec + DocValuesFormat that are optimized for facets. 
org.apache.lucene.facet.complements Allows to cache the total counts of categories, so that during search which returns a large number of results (>60% of segment size), the complement set of matching documents is counted. 
org.apache.lucene.facet.index Facets indexing code. 
org.apache.lucene.facet.old Old faceted search API, kept until complements, sampling and partitions are migrated to the new API. 
org.apache.lucene.facet.params Facets indexing and search parameters. 
org.apache.lucene.facet.range Code to compute facets for numeric ranges. 
org.apache.lucene.facet.sampling Facets sampling. 
org.apache.lucene.facet.search Facets search code. 
org.apache.lucene.facet.sortedset Classes to perform faceting without a separate taxonomy index, using on SortedSetDocValuesField. 
org.apache.lucene.facet.util Various utilities for faceted search 
 

Classes in org.apache.lucene.facet.params used by org.apache.lucene.facet.associations
CategoryListParams
          Contains parameters for a category list *
FacetIndexingParams
          Defines parameters that are needed for facets indexing.
 

Classes in org.apache.lucene.facet.params used by org.apache.lucene.facet.codecs.facet45
FacetIndexingParams
          Defines parameters that are needed for facets indexing.
 

Classes in org.apache.lucene.facet.params used by org.apache.lucene.facet.complements
FacetIndexingParams
          Defines parameters that are needed for facets indexing.
 

Classes in org.apache.lucene.facet.params used by org.apache.lucene.facet.index
CategoryListParams
          Contains parameters for a category list *
FacetIndexingParams
          Defines parameters that are needed for facets indexing.
 

Classes in org.apache.lucene.facet.params used by org.apache.lucene.facet.old
FacetSearchParams
          Defines parameters that are needed for faceted search: the list of facet facet requests which should be aggregated as well as the indexing params that were used to index them.
 

Classes in org.apache.lucene.facet.params used by org.apache.lucene.facet.params
CategoryListParams
          Contains parameters for a category list *
CategoryListParams.OrdinalPolicy
          Defines which category ordinals are encoded for every document.
FacetIndexingParams
          Defines parameters that are needed for facets indexing.
 

Classes in org.apache.lucene.facet.params used by org.apache.lucene.facet.range
FacetIndexingParams
          Defines parameters that are needed for facets indexing.
 

Classes in org.apache.lucene.facet.params used by org.apache.lucene.facet.sampling
FacetIndexingParams
          Defines parameters that are needed for facets indexing.
FacetSearchParams
          Defines parameters that are needed for faceted search: the list of facet facet requests which should be aggregated as well as the indexing params that were used to index them.
 

Classes in org.apache.lucene.facet.params used by org.apache.lucene.facet.search
CategoryListParams
          Contains parameters for a category list *
FacetIndexingParams
          Defines parameters that are needed for facets indexing.
FacetSearchParams
          Defines parameters that are needed for faceted search: the list of facet facet requests which should be aggregated as well as the indexing params that were used to index them.
 

Classes in org.apache.lucene.facet.params used by org.apache.lucene.facet.sortedset
FacetIndexingParams
          Defines parameters that are needed for facets indexing.
FacetSearchParams
          Defines parameters that are needed for faceted search: the list of facet facet requests which should be aggregated as well as the indexing params that were used to index them.
 

Classes in org.apache.lucene.facet.params used by org.apache.lucene.facet.util
FacetIndexingParams
          Defines parameters that are needed for facets indexing.
 



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