Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene70 |
Components from the Lucene 7.0 index format.
|
org.apache.lucene.codecs.lucene80 |
Lucene 8.0 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 |
Lucene70DocValuesConsumer
writer for
Lucene70DocValuesFormat |
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
Lucene70DocValuesFormat.fieldsConsumer(SegmentWriteState state) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
Lucene80DocValuesConsumer
writer for
Lucene80DocValuesFormat |
Modifier and Type | Method and Description |
---|---|
DocValuesConsumer |
Lucene80DocValuesFormat.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) |
private DocValuesConsumer |
PerFieldDocValuesFormat.FieldsWriter.getInstance(FieldInfo field,
boolean ignoreCurrentFormat)
DocValuesConsumer for the given field.
|
Modifier and Type | Method and Description |
---|---|
void |
SortedNumericDocValuesWriter.flush(SegmentWriteState state,
Sorter.DocMap sortMap,
DocValuesConsumer dvConsumer) |
void |
NumericDocValuesWriter.flush(SegmentWriteState state,
Sorter.DocMap sortMap,
DocValuesConsumer dvConsumer) |
void |
SortedDocValuesWriter.flush(SegmentWriteState state,
Sorter.DocMap sortMap,
DocValuesConsumer dvConsumer) |
void |
SortedSetDocValuesWriter.flush(SegmentWriteState state,
Sorter.DocMap sortMap,
DocValuesConsumer dvConsumer) |
(package private) abstract void |
DocValuesWriter.flush(SegmentWriteState state,
Sorter.DocMap sortMap,
DocValuesConsumer consumer) |
void |
BinaryDocValuesWriter.flush(SegmentWriteState state,
Sorter.DocMap sortMap,
DocValuesConsumer dvConsumer) |