C# Class Lucene.Net.Facet.SortedSet.DefaultSortedSetDocValuesReaderState

Default implementation of SortedSetDocValuesFacetCounts
Inheritance: SortedSetDocValuesReaderState
Show file Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
DefaultSortedSetDocValuesReaderState ( IndexReader reader, string field = FacetsConfig.DEFAULT_INDEX_FIELD_NAME ) : Lucene.Net.Index

Creates this, pulling doc values from the specified field.

GetOrdRange ( string dim ) : OrdRange

Returns the SortedSetDocValuesReaderState.OrdRange for this dimension.

Method Details

DefaultSortedSetDocValuesReaderState() public method

Creates this, pulling doc values from the specified field.
public DefaultSortedSetDocValuesReaderState ( IndexReader reader, string field = FacetsConfig.DEFAULT_INDEX_FIELD_NAME ) : Lucene.Net.Index
reader Lucene.Net.Index.IndexReader
field string
return Lucene.Net.Index

GetOrdRange() public method

Returns the SortedSetDocValuesReaderState.OrdRange for this dimension.
public GetOrdRange ( string dim ) : OrdRange
dim string
return OrdRange