Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format. |
org.apache.lucene.codecs.lucene87 |
Lucene 8.7 file format.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
FilterCodec.liveDocsFormat() |
abstract LiveDocsFormat |
Codec.liveDocsFormat()
Encodes/decodes live docs
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene50LiveDocsFormat
Lucene 5.0 live docs format
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene87Codec.liveDocsFormat() |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.