Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene54 |
Lucene 5.4 file format.
|
org.apache.lucene.codecs.lucene62 |
Lucene 6.2 file format.
|
org.apache.lucene.codecs.perfield |
Postings format that can delegate to different formats per-field.
|
Modifier and Type | Method and Description |
---|---|
abstract DocValuesFormat |
Codec.docValuesFormat()
Encodes/decodes docvalues
|
DocValuesFormat |
FilterCodec.docValuesFormat() |
static DocValuesFormat |
DocValuesFormat.forName(String name)
looks up a format by name
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene54DocValuesFormat
Lucene 5.4 DocValues format.
|
Modifier and Type | Method and Description |
---|---|
DocValuesFormat |
Lucene62Codec.docValuesFormat() |
DocValuesFormat |
Lucene62Codec.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-2017 Apache Software Foundation. All Rights Reserved.