C# Class Lucene.Net.Codecs.BlockTerms.VariableGapTermsIndexWriter.FstFieldWriter

Inheritance: FieldWriter
Afficher le fichier Open project: paulirwin/lucene.net

Méthodes publiques

Méthode Description
Add ( BytesRef text, TermStats stats, long termsFilePointer ) : void
CheckIndexTerm ( BytesRef text, TermStats stats ) : bool
Finish ( long termsFilePointer ) : void
FstFieldWriter ( FieldInfo fieldInfo, long termsFilePointer, VariableGapTermsIndexWriter vgtiw ) : System

Method Details

Add() public méthode

public Add ( BytesRef text, TermStats stats, long termsFilePointer ) : void
text BytesRef
stats TermStats
termsFilePointer long
Résultat void

CheckIndexTerm() public méthode

public CheckIndexTerm ( BytesRef text, TermStats stats ) : bool
text BytesRef
stats TermStats
Résultat bool

Finish() public méthode

public Finish ( long termsFilePointer ) : void
termsFilePointer long
Résultat void

FstFieldWriter() public méthode

public FstFieldWriter ( FieldInfo fieldInfo, long termsFilePointer, VariableGapTermsIndexWriter vgtiw ) : System
fieldInfo FieldInfo
termsFilePointer long
vgtiw VariableGapTermsIndexWriter
Résultat System