Uses of Class
org.apache.lucene.facet.sortedset.SortedSetDocValuesReaderState

Packages that use SortedSetDocValuesReaderState
org.apache.lucene.facet faceted search 
org.apache.lucene.facet.sortedset Provides faceting capabilities over facets that were indexed with SortedSetDocValuesFacetField
 

Uses of SortedSetDocValuesReaderState in org.apache.lucene.facet
 

Fields in org.apache.lucene.facet declared as SortedSetDocValuesReaderState
protected  SortedSetDocValuesReaderState DrillSideways.state
          SortedSetDocValuesReaderState passed to constructor; can be null.
 

Constructors in org.apache.lucene.facet with parameters of type SortedSetDocValuesReaderState
DrillSideways(IndexSearcher searcher, FacetsConfig config, SortedSetDocValuesReaderState state)
          Create a new DrillSideways instance, assuming the categories were indexed with SortedSetDocValuesFacetField.
DrillSideways(IndexSearcher searcher, FacetsConfig config, TaxonomyReader taxoReader, SortedSetDocValuesReaderState state)
          Create a new DrillSideways instance, where some dimensions were indexed with SortedSetDocValuesFacetField and others were indexed with FacetField.
 

Uses of SortedSetDocValuesReaderState in org.apache.lucene.facet.sortedset
 

Subclasses of SortedSetDocValuesReaderState in org.apache.lucene.facet.sortedset
 class DefaultSortedSetDocValuesReaderState
          Default implementation of SortedSetDocValuesFacetCounts
 

Constructors in org.apache.lucene.facet.sortedset with parameters of type SortedSetDocValuesReaderState
SortedSetDocValuesFacetCounts(SortedSetDocValuesReaderState state, FacetsCollector hits)
          Sparse faceting: returns any dimension that had any hits, topCount labels per dimension.
 



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