Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.asserting |
Codec for testing that asserts various contracts of the codec apis.
|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract StoredFieldsWriter |
StoredFieldsFormat.fieldsWriter(Directory directory,
SegmentInfo si,
IOContext context)
Returns a
StoredFieldsWriter to write stored
fields. |
Modifier and Type | Method and Description |
---|---|
StoredFieldsWriter |
AssertingStoredFieldsFormat.fieldsWriter(Directory directory,
SegmentInfo si,
IOContext context) |
Modifier and Type | Class and Description |
---|---|
class |
CompressingStoredFieldsWriter
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsWriter |
CompressingStoredFieldsFormat.fieldsWriter(Directory directory,
SegmentInfo si,
IOContext context) |
Modifier and Type | Method and Description |
---|---|
StoredFieldsWriter |
Lucene40StoredFieldsFormat.fieldsWriter(Directory directory,
SegmentInfo si,
IOContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsWriter |
Lucene41StoredFieldsFormat.fieldsWriter(Directory directory,
SegmentInfo si,
IOContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsWriter |
Lucene50StoredFieldsFormat.fieldsWriter(Directory directory,
SegmentInfo si,
IOContext context) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextStoredFieldsWriter
Writes plain-text stored fields.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsWriter |
SimpleTextStoredFieldsFormat.fieldsWriter(Directory directory,
SegmentInfo si,
IOContext context) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.