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

Afficher le fichier Open project: paulirwin/lucene.net

Méthodes publiques

Свойство Type Description
CoreIndex CoreFieldIndex

Méthodes publiques

Méthode Description
FieldIndexData ( int numIndexTerms, long indexStart, long termsStart, long packedIndexStart, long packedOffsetsStart, FixedGapTermsIndexReader fgtir ) : System

Private Methods

Méthode Description
LoadTermsIndex ( ) : void

Method Details

FieldIndexData() public méthode

public FieldIndexData ( int numIndexTerms, long indexStart, long termsStart, long packedIndexStart, long packedOffsetsStart, FixedGapTermsIndexReader fgtir ) : System
numIndexTerms int
indexStart long
termsStart long
packedIndexStart long
packedOffsetsStart long
fgtir FixedGapTermsIndexReader
Résultat System

Property Details

CoreIndex public_oe property

public CoreFieldIndex CoreIndex
Résultat CoreFieldIndex