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 |
---|---|
TermVectorsFormat |
FilterCodec.termVectorsFormat() |
abstract TermVectorsFormat |
Codec.termVectorsFormat()
Encodes/decodes term vectors
|
Modifier and Type | Class and Description |
---|---|
class |
AssertingTermVectorsFormat
Just like
Lucene40TermVectorsFormat but with additional asserts. |
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
AssertingCodec.termVectorsFormat() |
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
CheapBastardCodec.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 | Method and Description |
---|---|
TermVectorsFormat |
PreFlexRWCodec.termVectorsFormat() |
TermVectorsFormat |
Lucene3xCodec.termVectorsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene40TermVectorsFormat
Lucene 4.0 Term Vectors format.
|
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() |
Modifier and Type | Class and Description |
---|---|
class |
Lucene42TermVectorsFormat
Lucene 4.2
term vectors format . |
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() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextTermVectorsFormat
plain text term vectors format.
|
Modifier and Type | Method and Description |
---|---|
TermVectorsFormat |
SimpleTextCodec.termVectorsFormat() |
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.