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

Hook for selecting which terms should be placed in the terms index IsIndexTerm for each term in that field NewField is called at the start of each new field @lucene.experimental
Afficher le fichier Open project: paulirwin/lucene.net

Méthodes publiques

Méthode Description
IsIndexTerm ( BytesRef term, TermStats stats ) : bool

Called sequentially on every term being written returning true if this term should be indexed

NewField ( FieldInfo fieldInfo ) : void

Called when a new field is started

Method Details

IsIndexTerm() public abstract méthode

Called sequentially on every term being written returning true if this term should be indexed
public abstract IsIndexTerm ( BytesRef term, TermStats stats ) : bool
term BytesRef
stats TermStats
Résultat bool

NewField() public abstract méthode

Called when a new field is started
public abstract NewField ( FieldInfo fieldInfo ) : void
fieldInfo FieldInfo
Résultat void