public abstract static class VariableGapTermsIndexWriter.IndexTermSelector
extends java.lang.Object
newField(FieldInfo) is called at the start of each new field, and
isIndexTerm(BytesRef, TermStats) for each term in that field.
| Constructor and Description |
|---|
IndexTermSelector() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isIndexTerm(BytesRef term,
TermStats stats)
Called sequentially on every term being written,
returning true if this term should be indexed
|
abstract void |
newField(FieldInfo fieldInfo)
Called when a new field is started.
|
Data In Motion GmbH all rights reserved