C# Класс Lucene.Net.Facet.Taxonomy.CachedOrdinalsReader.CachedOrds

Holds the cached ordinals in two parallel {@code int[]} arrays.
Наследование: Accountable
Показать файл Открыть проект

Открытые методы

Метод Описание
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