| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| org.apache.lucene.codecs.lucene50 |
Lucene 5.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 |
Lucene50DocValuesFormat
Lucene 5.0 DocValues format.
|
| Modifier and Type | Method and Description |
|---|---|
DocValuesFormat |
Lucene50Codec.docValuesFormat() |
DocValuesFormat |
Lucene50Codec.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-2015 Apache Software Foundation. All Rights Reserved.