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.cranky |
Codec for testing that throws random IOExceptions
|
org.apache.lucene.codecs.lucene40 |
Lucene 4.0 file format.
|
org.apache.lucene.codecs.lucene41 |
Lucene 4.1 file format.
|
org.apache.lucene.codecs.lucene410 |
Lucene 4.10 file format.
|
org.apache.lucene.codecs.lucene42 |
Lucene 4.2 file format.
|
org.apache.lucene.codecs.lucene45 |
Lucene 4.5 file format.
|
org.apache.lucene.codecs.lucene46 |
Lucene 4.6 file format.
|
org.apache.lucene.codecs.lucene49 |
Lucene 4.9 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.lucene53 |
Lucene 5.3 file format.
|
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
Modifier and Type | Method and Description |
---|---|
abstract LiveDocsFormat |
Codec.liveDocsFormat()
Encodes/decodes live docs
|
LiveDocsFormat |
FilterCodec.liveDocsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
AssertingLiveDocsFormat
Just like the default live docs format but with additional asserts.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
AssertingCodec.liveDocsFormat() |
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
CrankyCodec.liveDocsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
Lucene40LiveDocsFormat
Deprecated.
Only for reading old 4.x segments
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene40Codec.liveDocsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene41Codec.liveDocsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene410Codec.liveDocsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene42Codec.liveDocsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene45Codec.liveDocsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene46Codec.liveDocsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene49Codec.liveDocsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene50LiveDocsFormat
Lucene 5.0 live docs format
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene50Codec.liveDocsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene53Codec.liveDocsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextLiveDocsFormat
reads/writes plaintext live docs
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
SimpleTextCodec.liveDocsFormat() |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.