Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
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 CompoundFormat |
Codec.compoundFormat()
Encodes/decodes compound files
|
CompoundFormat |
FilterCodec.compoundFormat() |
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
CrankyCodec.compoundFormat() |
Modifier and Type | Class and Description |
---|---|
class |
Lucene40CompoundFormat
Deprecated.
only for reading old 4.x segments
|
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
Lucene40Codec.compoundFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
Lucene41Codec.compoundFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
Lucene410Codec.compoundFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
Lucene42Codec.compoundFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
Lucene45Codec.compoundFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
Lucene46Codec.compoundFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
Lucene49Codec.compoundFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene50CompoundFormat
Lucene 5.0 compound file format
|
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
Lucene50Codec.compoundFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
Lucene53Codec.compoundFormat() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextCompoundFormat
plain text compound format.
|
Modifier and Type | Method and Description |
---|---|
CompoundFormat |
SimpleTextCodec.compoundFormat() |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.