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.perfield |
Postings format that can delegate to different formats per-field.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
abstract DocValuesConsumer |
DocValuesFormat.fieldsConsumer(SegmentWriteState state)
Returns a
DocValuesConsumer to write docvalues to the
index. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
Lucene54DocValuesConsumer
writer for
Lucene54DocValuesFormat |
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
Lucene54DocValuesFormat.fieldsConsumer(SegmentWriteState state) |
Modifier and Type | Class and Description |
---|---|
private class |
PerFieldDocValuesFormat.FieldsWriter |
Modifier and Type | Field and Description |
---|---|
(package private) DocValuesConsumer |
PerFieldDocValuesFormat.ConsumerAndSuffix.consumer |
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
PerFieldDocValuesFormat.fieldsConsumer(SegmentWriteState state) |
private DocValuesConsumer |
PerFieldDocValuesFormat.FieldsWriter.getInstance(FieldInfo field) |
Modifier and Type | Method and Description |
---|---|
void |
BinaryDocValuesWriter.flush(SegmentWriteState state,
DocValuesConsumer dvConsumer) |
(package private) abstract void |
DocValuesWriter.flush(SegmentWriteState state,
DocValuesConsumer consumer) |
void |
NumericDocValuesWriter.flush(SegmentWriteState state,
DocValuesConsumer dvConsumer) |
void |
SortedDocValuesWriter.flush(SegmentWriteState state,
DocValuesConsumer dvConsumer) |
void |
SortedNumericDocValuesWriter.flush(SegmentWriteState state,
DocValuesConsumer dvConsumer) |
void |
SortedSetDocValuesWriter.flush(SegmentWriteState state,
DocValuesConsumer dvConsumer) |