Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene80 |
Components from the Lucene 8.0 index format
See
org.apache.lucene.codecs.lucene84 for an overview
of the index format. |
org.apache.lucene.codecs.lucene87 |
Lucene 8.7 file format.
|
org.apache.lucene.codecs.perfield |
Postings format that can delegate to different formats per-field.
|
Modifier and Type | Method and Description |
---|---|
DocValuesFormat |
FilterCodec.docValuesFormat() |
abstract DocValuesFormat |
Codec.docValuesFormat()
Encodes/decodes docvalues
|
static DocValuesFormat |
DocValuesFormat.forName(String name)
looks up a format by name
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene80DocValuesFormat
Lucene 8.0 DocValues format.
|
Modifier and Type | Method and Description |
---|---|
DocValuesFormat |
Lucene87Codec.docValuesFormat() |
DocValuesFormat |
Lucene87Codec.getDocValuesFormatForField(String field)
Returns the docvalues format that should be used for writing
new segments of
field . |
Modifier and Type | Class and Description |
---|---|
class |
PerFieldDocValuesFormat
Enables per field docvalues support.
|
Modifier and Type | Method and Description |
---|---|
abstract DocValuesFormat |
PerFieldDocValuesFormat.getDocValuesFormatForField(String field)
Returns the doc values format that should be used for writing
new segments of
field . |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.