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

Default implementation of SortedSetDocValuesFacetCounts
Inheritance: SortedSetDocValuesReaderState
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat Lucene.Net.Index

GetOrdRange() public méthode

Returns the SortedSetDocValuesReaderState.OrdRange for this dimension.
public GetOrdRange ( string dim ) : OrdRange
dim string
Résultat OrdRange