Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
org.apache.lucene.codecs.lucene84 |
Components from the Lucene 8.4 index format.
|
Modifier and Type | Class and Description |
---|---|
class |
PushPostingsWriterBase
Extension of
PostingsWriterBase , adding a push
API for writing each element of the postings. |
Constructor and Description |
---|
BlockTreeTermsWriter(SegmentWriteState state,
PostingsWriterBase postingsWriter,
int minItemsInBlock,
int maxItemsInBlock)
Create a new writer.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene84PostingsWriter
Concrete class that writes docId(maybe frq,pos,offset,payloads) list
with postings format.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.