| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| 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 |
Components from the Lucene 5.3 index format
See
org.apache.lucene.codecs.lucene54 for an overview
of the index format. |
| org.apache.lucene.codecs.lucene54 |
Lucene 5.4 file format.
|
| org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
| Modifier and Type | Method and Description |
|---|---|
CompoundFormat |
FilterCodec.compoundFormat() |
abstract CompoundFormat |
Codec.compoundFormat()
Encodes/decodes compound files
|
| 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()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompoundFormat |
Lucene54Codec.compoundFormat() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTextCompoundFormat
plain text compound format.
|
| Modifier and Type | Method and Description |
|---|---|
CompoundFormat |
SimpleTextCodec.compoundFormat() |
Copyright © 2000-2017 The Apache Software Foundation. All Rights Reserved.