Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene70 |
Lucene 7.0 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 |
Lucene70DocValuesFormat
Lucene 7.0 DocValues format.
|
Modifier and Type | Method and Description |
---|---|
DocValuesFormat |
Lucene70Codec.docValuesFormat() |
DocValuesFormat |
Lucene70Codec.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-2018 Apache Software Foundation. All Rights Reserved.