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

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

Méthodes publiques

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

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

RamBytesUsed() public méthode

public RamBytesUsed ( ) : long
Résultat long