C# Class Lucene.Net.Facet.Taxonomy.CachedOrdinalsReader.CachedOrds

Holds the cached ordinals in two parallel {@code int[]} arrays.
Inheritance: Accountable
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
CachedOrds ( OrdinalsSegmentReader source, int maxDoc ) : Lucene.Net.Support

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

RamBytesUsed ( ) : long

Method Details

CachedOrds() public method

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
return Lucene.Net.Support

RamBytesUsed() public method

public RamBytesUsed ( ) : long
return long