Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs for testing (simulate old disk formats, wacky theoretical use cases, etc)
|
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 |
---|---|
LiveDocsFormat |
FilterCodec.liveDocsFormat() |
abstract LiveDocsFormat |
Codec.liveDocsFormat()
Encodes/decodes live docs
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
CrankyCodec.liveDocsFormat() |
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene3xCodec.liveDocsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene40LiveDocsFormat
Lucene 4.0 Live Documents Format.
|
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() |
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() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextLiveDocsFormat
reads/writes plaintext live docs
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
SimpleTextCodec.liveDocsFormat() |
Copyright © 2000–2022 The Apache Software Foundation. All rights reserved.