C# Класс Lucene.Net.Index.AssertingAtomicReader.AssertingNumericDocValues

Wraps a NumericDocValues but with additional asserts
Наследование: Lucene.Net.Index.NumericDocValues
Показать файл Открыть проект

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

Метод Описание
AssertingNumericDocValues ( Lucene.Net.Index.NumericDocValues @in, int maxDoc ) : System.Collections.Generic
Get ( int docID ) : long

Описание методов

AssertingNumericDocValues() публичный Метод

public AssertingNumericDocValues ( Lucene.Net.Index.NumericDocValues @in, int maxDoc ) : System.Collections.Generic
@in Lucene.Net.Index.NumericDocValues
maxDoc int
Результат System.Collections.Generic

Get() публичный Метод

public Get ( int docID ) : long
docID int
Результат long