C# Class Lucene.Net.Codecs.BlockTreeTermsReader.FieldReader

BlockTree's implementation of Terms.
Inheritance: Terms
显示文件 Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
ComputeStats ( ) : Stats

For debugging -- used by CheckIndex too

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

Private Methods

Method Description
FieldReader ( BlockTreeTermsReader outerInstance, FieldInfo fieldInfo, long numTerms, BytesRef rootCode, long sumTotalTermFreq, long sumDocFreq, int docCount, long indexStartFP, int longsSize, IndexInput indexIn ) : System

Method Details

ComputeStats() public method

For debugging -- used by CheckIndex too
public ComputeStats ( ) : Stats
return Stats

HasFreqs() public method

public HasFreqs ( ) : bool
return bool

HasOffsets() public method

public HasOffsets ( ) : bool
return bool

HasPayloads() public method

public HasPayloads ( ) : bool
return bool

HasPositions() public method

public HasPositions ( ) : bool
return bool

Intersect() public method

public Intersect ( CompiledAutomaton compiled, BytesRef startTerm ) : TermsEnum
compiled CompiledAutomaton
startTerm BytesRef
return TermsEnum

Iterator() public method

public Iterator ( TermsEnum reuse ) : TermsEnum
reuse TermsEnum
return TermsEnum

RamBytesUsed() public method

Returns approximate RAM bytes used
public RamBytesUsed ( ) : long
return long

Size() public method

public Size ( ) : long
return long