C# Класс Lucene.Net.Codecs.Memory.DirectPostingsFormat.DirectField

Наследование: Terms
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DirectField ( SegmentReadState state, string field, Terms termsIn, int minSkipCount, int lowFreqCutoff ) : System.Linq
HasFreqs ( ) : bool
HasOffsets ( ) : bool
HasPayloads ( ) : bool
HasPositions ( ) : bool
Intersect ( CompiledAutomaton compiled, BytesRef startTerm ) : TermsEnum
Iterator ( TermsEnum reuse ) : TermsEnum
RamBytesUsed ( ) : long

Returns approximate RAM bytes used

Size ( ) : long

Приватные методы

Метод Описание
Compare ( int ord, BytesRef other ) : int
FinishSkips ( ) : void
SaveSkip ( int ord, int backCount ) : void
SetSkips ( int termOrd, byte termBytes ) : void

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

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

public DirectField ( SegmentReadState state, string field, Terms termsIn, int minSkipCount, int lowFreqCutoff ) : System.Linq
state SegmentReadState
field string
termsIn Terms
minSkipCount int
lowFreqCutoff int
Результат System.Linq

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

public HasFreqs ( ) : bool
Результат bool

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

public HasOffsets ( ) : bool
Результат bool

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

public HasPayloads ( ) : bool
Результат bool

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

public HasPositions ( ) : bool
Результат bool

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

public Intersect ( CompiledAutomaton compiled, BytesRef startTerm ) : TermsEnum
compiled CompiledAutomaton
startTerm BytesRef
Результат TermsEnum

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

public Iterator ( TermsEnum reuse ) : TermsEnum
reuse TermsEnum
Результат TermsEnum

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

Returns approximate RAM bytes used
public RamBytesUsed ( ) : long
Результат long

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

public Size ( ) : long
Результат long