Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.blockterms |
Pluggable term index / block terms dictionary implementations.
|
Modifier and Type | Method and Description |
---|---|
TermStats |
PostingsConsumer.merge(MergeState mergeState,
FieldInfo.IndexOptions indexOptions,
DocsEnum postings,
FixedBitSet visitedDocs)
Default merge impl: append documents, mapping around
deletes
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TermsConsumer.finishTerm(BytesRef text,
TermStats stats)
Finishes the current term; numDocs must be > 0.
|
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-2015 The Apache Software Foundation. All Rights Reserved.