C# 클래스 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
파일 보기 프로젝트 열기: paulirwin/lucene.net

공개 메소드들

메소드 설명
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

메소드 상세

IsIndexTerm() 공개 추상적인 메소드

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
리턴 bool

NewField() 공개 추상적인 메소드

Called when a new field is started
public abstract NewField ( FieldInfo fieldInfo ) : void
fieldInfo FieldInfo
리턴 void