C# Class Lucene.Net.Codecs.Memory.MemoryPostingsFormat.TermsReader

Inheritance: Terms
Mostrar archivo Open project: paulirwin/lucene.net

Public Methods

Method Description
TermsReader ( FieldInfos fieldInfos, IndexInput @in, int termCount ) : System
hasFreqs ( ) : bool
hasOffsets ( ) : bool
hasPayloads ( ) : bool
hasPositions ( ) : bool
iterator ( TermsEnum reuse ) : TermsEnum
ramBytesUsed ( ) : long
size ( ) : long

Method Details

TermsReader() public method

public TermsReader ( FieldInfos fieldInfos, IndexInput @in, int termCount ) : System
fieldInfos FieldInfos
@in IndexInput
termCount int
return System

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

iterator() public method

public iterator ( TermsEnum reuse ) : TermsEnum
reuse TermsEnum
return TermsEnum

ramBytesUsed() public method

public ramBytesUsed ( ) : long
return long

size() public method

public size ( ) : long
return long