C# 클래스 Lucene.Net.Facet.Taxonomy.CachedOrdinalsReader.CachedOrds

Holds the cached ordinals in two parallel {@code int[]} arrays.
상속: Accountable
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
CachedOrds ( OrdinalsSegmentReader source, int maxDoc ) : Lucene.Net.Support

Creates a new CachedOrds from the BinaryDocValues. Assumes that the BinaryDocValues is not null.

RamBytesUsed ( ) : long

메소드 상세

CachedOrds() 공개 메소드

Creates a new CachedOrds from the BinaryDocValues. Assumes that the BinaryDocValues is not null.
public CachedOrds ( OrdinalsSegmentReader source, int maxDoc ) : Lucene.Net.Support
source OrdinalsSegmentReader
maxDoc int
리턴 Lucene.Net.Support

RamBytesUsed() 공개 메소드

public RamBytesUsed ( ) : long
리턴 long