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

Packages that use SortedSetDocValuesReaderState
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. 
 

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

Fields in org.apache.lucene.facet.search declared as SortedSetDocValuesReaderState
protected  SortedSetDocValuesReaderState DrillSideways.state
           
 

Methods in org.apache.lucene.facet.search with parameters of type SortedSetDocValuesReaderState
static FacetsAccumulator FacetsAccumulator.create(FacetSearchParams fsp, SortedSetDocValuesReaderState state, FacetArrays arrays)
          Creates a FacetsAccumulator for the given facet requests.
 

Constructors in org.apache.lucene.facet.search with parameters of type SortedSetDocValuesReaderState
DrillSideways(IndexSearcher searcher, SortedSetDocValuesReaderState state)
          Create a new DrillSideways instance, assuming the categories were indexed with SortedSetDocValuesFacetFields.
 

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

Constructors in org.apache.lucene.facet.sortedset with parameters of type SortedSetDocValuesReaderState
SortedSetDocValuesAccumulator(SortedSetDocValuesReaderState state, FacetSearchParams fsp)
          Constructor with the given facet search params.
SortedSetDocValuesAccumulator(SortedSetDocValuesReaderState state, FacetSearchParams fsp, FacetArrays arrays)
           
 



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