Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.compressing |
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
|
org.apache.lucene.codecs.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene53 for an overview
of the index format. |
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
abstract StoredFieldsReader |
StoredFieldsReader.clone() |
abstract StoredFieldsReader |
StoredFieldsFormat.fieldsReader(Directory directory,
SegmentInfo si,
FieldInfos fn,
IOContext context)
Returns a
StoredFieldsReader to load stored
fields. |
StoredFieldsReader |
StoredFieldsReader.getMergeInstance()
Returns an instance optimized for merging.
|
Modifier and Type | Class and Description |
---|---|
class |
CompressingStoredFieldsReader
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsReader |
CompressingStoredFieldsReader.clone() |
StoredFieldsReader |
CompressingStoredFieldsFormat.fieldsReader(Directory directory,
SegmentInfo si,
FieldInfos fn,
IOContext context) |
StoredFieldsReader |
CompressingStoredFieldsReader.getMergeInstance() |
Modifier and Type | Method and Description |
---|---|
StoredFieldsReader |
Lucene50StoredFieldsFormat.fieldsReader(Directory directory,
SegmentInfo si,
FieldInfos fn,
IOContext context) |
Modifier and Type | Field and Description |
---|---|
StoredFieldsReader[] |
MergeState.storedFieldsReaders
Stored field producers being merged
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsReader |
SegmentReader.getFieldsReader() |
StoredFieldsReader |
FilterCodecReader.getFieldsReader() |
abstract StoredFieldsReader |
CodecReader.getFieldsReader()
Expert: retrieve thread-private StoredFieldsReader
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.