C# Class Lucene.Net.Codecs.BlockTerms.VariableGapTermsIndexReader.IndexEnum

Inheritance: FieldIndexEnum
Show file Open project: apache/lucenenet

Public Methods

Method Description
IndexEnum ( FST fst ) : System
Seek ( BytesRef target ) : long?
Seek ( long ord ) : long?

Method Details

IndexEnum() public method

public IndexEnum ( FST fst ) : System
fst FST
return System

Seek() public method

public Seek ( BytesRef target ) : long?
target BytesRef
return long?

Seek() public method

public Seek ( long ord ) : long?
ord long
return long?