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.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 TermVectorsFormat |
Codec.termVectorsFormat()
Encodes/decodes term vectors
|
TermVectorsFormat |
FilterCodec.termVectorsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
AssertingTermVectorsFormat
Just like the default vectors format but with additional asserts.
|
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
AssertingCodec.termVectorsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
CompressingTermVectorsFormat
A
TermVectorsFormat that compresses chunks of documents together in
order to improve the compression ratio. |
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
CompressingCodec.termVectorsFormat() |
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
CrankyCodec.termVectorsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
Lucene40TermVectorsFormat
Deprecated.
only for reading 4.0 and 4.1 segments
|
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
Lucene40Codec.termVectorsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
Lucene41Codec.termVectorsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
Lucene410Codec.termVectorsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene42TermVectorsFormat
Deprecated.
only for reading old segments
|
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
Lucene42Codec.termVectorsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
Lucene45Codec.termVectorsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
Lucene46Codec.termVectorsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
Lucene49Codec.termVectorsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene50TermVectorsFormat
Lucene 5.0
term vectors format . |
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
Lucene50Codec.termVectorsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
Lucene53Codec.termVectorsFormat() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextTermVectorsFormat
plain text term vectors format.
|
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
SimpleTextCodec.termVectorsFormat() |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.