| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| org.apache.lucene.codecs.lucene41 |
Lucene 4.1 file format.
|
| 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.
|
abstract void |
PostingsWriterBase.finishTerm(TermStats stats)
Finishes the current term.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Lucene41PostingsWriter.finishTerm(TermStats stats)
Called when we are done adding docs to this term
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.