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

Datei anzeigen Open project: apache/lucenenet

Public Properties

Property Type Description
Fst FST

Public Methods

Method Description
FieldIndexData ( long indexStart, VariableGapTermsIndexReader vgtir ) : System
RamBytesUsed ( ) : long

Returns approximate RAM bytes used

Private Methods

Method Description
LoadTermsIndex ( ) : void

Method Details

FieldIndexData() public method

public FieldIndexData ( long indexStart, VariableGapTermsIndexReader vgtir ) : System
indexStart long
vgtir VariableGapTermsIndexReader
return System

RamBytesUsed() public method

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

Property Details

Fst public_oe property

public FST Fst
return FST