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.
|
org.apache.lucene.codecs.perfield |
Postings format that can delegate to different formats per-field.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
abstract FieldsProducer |
PostingsFormat.fieldsProducer(SegmentReadState state)
Reads a segment.
|
FieldsProducer |
FieldsProducer.getMergeInstance()
Returns an instance optimized for merging.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockTreeTermsReader
A block-based terms index and dictionary that assigns
terms to variable length blocks according to how they
share prefixes.
|
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
Lucene84PostingsFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
PerFieldPostingsFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Field and Description |
---|---|
FieldsProducer[] |
MergeState.fieldsProducers
Postings to merge
|
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
SegmentReader.getPostingsReader() |
abstract FieldsProducer |
CodecReader.getPostingsReader()
Expert: retrieve underlying FieldsProducer
|
FieldsProducer |
FilterCodecReader.getPostingsReader() |
FieldsProducer |
SortingCodecReader.getPostingsReader() |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.