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.idversion |
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
|
org.apache.lucene.codecs.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the 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 | Class and Description |
---|---|
class |
VersionBlockTreeTermsReader
|
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
IDVersionPostingsFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
Lucene50PostingsFormat.fieldsProducer(SegmentReadState state) |
Modifier and Type | Class and Description |
---|---|
private static class |
PerFieldMergeState.FilterFieldsProducer |
private static class |
PerFieldPostingsFormat.FieldsReader |
Modifier and Type | Field and Description |
---|---|
private FieldsProducer |
PerFieldMergeState.FilterFieldsProducer.in |
private FieldsProducer[] |
PerFieldMergeState.orgFieldsProducers |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,FieldsProducer> |
PerFieldPostingsFormat.FieldsReader.fields |
private java.util.Map<java.lang.String,FieldsProducer> |
PerFieldPostingsFormat.FieldsReader.formats |
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
PerFieldPostingsFormat.fieldsProducer(SegmentReadState state) |
FieldsProducer |
PerFieldPostingsFormat.FieldsReader.getMergeInstance() |
Constructor and Description |
---|
FilterFieldsProducer(FieldsProducer in,
java.util.Collection<java.lang.String> filterFields) |
Modifier and Type | Field and Description |
---|---|
(package private) FieldsProducer |
SegmentCoreReaders.fields |
(package private) FieldsProducer |
MergeReaderWrapper.fields |
FieldsProducer[] |
MergeState.fieldsProducers
Postings to merge
|
Modifier and Type | Method and Description |
---|---|
FieldsProducer |
SegmentReader.getPostingsReader() |
FieldsProducer |
FilterCodecReader.getPostingsReader() |
abstract FieldsProducer |
CodecReader.getPostingsReader()
Expert: retrieve underlying FieldsProducer
|
private static FieldsProducer |
SlowCodecReaderWrapper.readerToFieldsProducer(LeafReader reader) |