Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs for testing (simulate old disk formats, wacky theoretical use cases, etc)
|
org.apache.lucene.codecs.asserting |
Codec for testing that asserts various contracts of the codec apis.
|
org.apache.lucene.codecs.cheapbastard |
Codec that unreasonably tries to use as little RAM as possible.
|
org.apache.lucene.codecs.compressing |
Support for testing
CompressingStoredFieldsFormat . |
org.apache.lucene.codecs.cranky |
Codec for testing that throws random IOExceptions
|
org.apache.lucene.codecs.lucene3x |
Support for generating test indexes in the Lucene 3.x index format.
|
org.apache.lucene.codecs.lucene40 |
Support for testing
Lucene40PostingsFormat . |
org.apache.lucene.codecs.lucene41 |
Support for testing
Lucene41Codec . |
org.apache.lucene.codecs.lucene410 |
Lucene 4.10 file format.
|
org.apache.lucene.codecs.lucene42 |
Support for testing
Lucene42Codec . |
org.apache.lucene.codecs.lucene45 |
Support for testing
Lucene45Codec . |
org.apache.lucene.codecs.lucene46 |
Support for testing
Lucene46Codec . |
org.apache.lucene.codecs.lucene49 |
Support for testing
Lucene49Codec . |
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
Modifier and Type | Method and Description |
---|---|
abstract StoredFieldsFormat |
Codec.storedFieldsFormat()
Encodes/decodes stored fields
|
StoredFieldsFormat |
FilterCodec.storedFieldsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
AssertingStoredFieldsFormat
Just like
Lucene41StoredFieldsFormat but with additional asserts. |
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
AssertingCodec.storedFieldsFormat() |
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
CheapBastardCodec.storedFieldsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
CompressingStoredFieldsFormat
A
StoredFieldsFormat that is very similar to
Lucene40StoredFieldsFormat but compresses documents in chunks in
order to improve the compression ratio. |
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
CompressingCodec.storedFieldsFormat() |
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
CrankyCodec.storedFieldsFormat() |
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
PreFlexRWCodec.storedFieldsFormat() |
StoredFieldsFormat |
Lucene3xCodec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene40StoredFieldsFormat
Lucene 4.0 Stored Fields Format.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene40Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene41StoredFieldsFormat
Lucene 4.1 stored fields format.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene41RWCodec.storedFieldsFormat() |
StoredFieldsFormat |
Lucene41Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene410Codec.storedFieldsFormat() |
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene42Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene45Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene46Codec.storedFieldsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
Lucene49Codec.storedFieldsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextStoredFieldsFormat
plain text stored fields format.
|
Modifier and Type | Method and Description |
---|---|
StoredFieldsFormat |
SimpleTextCodec.storedFieldsFormat() |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.