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.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene50 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 | Method and Description |
---|---|
FieldsProducer |
Lucene50PostingsFormat.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 |
FilterCodecReader.getPostingsReader() |
FieldsProducer |
SegmentReader.getPostingsReader() |
abstract FieldsProducer |
CodecReader.getPostingsReader()
Expert: retrieve underlying FieldsProducer
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.