Package | Description |
---|---|
org.apache.lucene.codecs.blockterms |
Pluggable term index / block terms dictionary implementations.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TermsIndexWriterBase.FieldWriter.add(BytesRef text,
TermStats stats,
long termsFilePointer) |
abstract boolean |
TermsIndexWriterBase.FieldWriter.checkIndexTerm(BytesRef text,
TermStats stats) |
abstract boolean |
VariableGapTermsIndexWriter.IndexTermSelector.isIndexTerm(BytesRef term,
TermStats stats)
Called sequentially on every term being written,
returning true if this term should be indexed
|
boolean |
VariableGapTermsIndexWriter.EveryNTermSelector.isIndexTerm(BytesRef term,
TermStats stats) |
boolean |
VariableGapTermsIndexWriter.EveryNOrDocFreqTermSelector.isIndexTerm(BytesRef term,
TermStats stats) |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.