C# 클래스 Lucene.Net.Facet.SortedSet.DefaultSortedSetDocValuesReaderState

Default implementation of SortedSetDocValuesFacetCounts
상속: SortedSetDocValuesReaderState
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

DefaultSortedSetDocValuesReaderState() 공개 메소드

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
리턴 Lucene.Net.Index

GetOrdRange() 공개 메소드

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