C# Class Lucene.Net.Codecs.Lucene40.Lucene40SkipListWriter

Inheritance: MultiLevelSkipListWriter
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
Lucene40SkipListWriter ( int skipInterval, int numberOfSkipLevels, int docCount, IndexOutput freqOutput, IndexOutput proxOutput ) : System

Sole constructor.

ResetSkip ( ) : void
SetSkipData ( int doc, bool storePayloads, int payloadLength, bool storeOffsets, int offsetLength ) : void

Sets the values for the current skip data.

Méthodes protégées

Méthode Description
WriteSkipData ( int level, IndexOutput skipBuffer ) : void

Method Details

Lucene40SkipListWriter() public méthode

Sole constructor.
public Lucene40SkipListWriter ( int skipInterval, int numberOfSkipLevels, int docCount, IndexOutput freqOutput, IndexOutput proxOutput ) : System
skipInterval int
numberOfSkipLevels int
docCount int
freqOutput IndexOutput
proxOutput IndexOutput
Résultat System

ResetSkip() public méthode

public ResetSkip ( ) : void
Résultat void

SetSkipData() public méthode

Sets the values for the current skip data.
public SetSkipData ( int doc, bool storePayloads, int payloadLength, bool storeOffsets, int offsetLength ) : void
doc int
storePayloads bool
payloadLength int
storeOffsets bool
offsetLength int
Résultat void

WriteSkipData() protected méthode

protected WriteSkipData ( int level, IndexOutput skipBuffer ) : void
level int
skipBuffer IndexOutput
Résultat void