| 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.lucene40 |
Lucene 4.0 file format.
|
| org.apache.lucene.codecs.lucene41 |
Lucene 4.1 file format.
|
| 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.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
| 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 |
Lucene40StoredFieldsFormat.fieldsReader(Directory directory,
SegmentInfo si,
FieldInfos fn,
IOContext context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StoredFieldsReader |
Lucene41StoredFieldsFormat.fieldsReader(Directory directory,
SegmentInfo si,
FieldInfos fn,
IOContext context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StoredFieldsReader |
Lucene50StoredFieldsFormat.fieldsReader(Directory directory,
SegmentInfo si,
FieldInfos fn,
IOContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTextStoredFieldsReader
reads plaintext stored fields
|
| Modifier and Type | Method and Description |
|---|---|
StoredFieldsReader |
SimpleTextStoredFieldsReader.clone() |
StoredFieldsReader |
SimpleTextStoredFieldsFormat.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() |
abstract StoredFieldsReader |
CodecReader.getFieldsReader()
Expert: retrieve thread-private StoredFieldsReader
|
StoredFieldsReader |
FilterCodecReader.getFieldsReader() |
Copyright © 2000-2017 The Apache Software Foundation. All Rights Reserved.