C# Class Lucene.Net.Codecs.BlockTerms.FixedGapTermsIndexReader

TermsIndexReader for simple every Nth terms indexes See FixedGapTermsIndexWriter lucene.experimental
Inheritance: TermsIndexReaderBase
Datei anzeigen Open project: paulirwin/lucene.net Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FixedGapTermsIndexReader ( Directory dir, FieldInfos fieldInfos, String segment, int indexDivisor, IComparer termComp, String segmentSuffix, IOContext context ) : System
GetFieldEnum ( FieldInfo fieldInfo ) : FieldIndexEnum

Private Methods

Method Description
ReadHeader ( DataInput input ) : int
SeekDir ( IndexInput input, long dirOffset ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FixedGapTermsIndexReader() public method

public FixedGapTermsIndexReader ( Directory dir, FieldInfos fieldInfos, String segment, int indexDivisor, IComparer termComp, String segmentSuffix, IOContext context ) : System
dir Directory
fieldInfos FieldInfos
segment String
indexDivisor int
termComp IComparer
segmentSuffix String
context IOContext
return System

GetFieldEnum() public method

public GetFieldEnum ( FieldInfo fieldInfo ) : FieldIndexEnum
fieldInfo FieldInfo
return FieldIndexEnum