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.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
abstract NormsConsumer |
NormsFormat.normsConsumer(SegmentWriteState state)
Returns a
NormsConsumer to write norms to the
index. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
Lucene70NormsConsumer
Writer for
Lucene70NormsFormat |
Modifier and Type | Method and Description |
---|---|
NormsConsumer |
Lucene70NormsFormat.normsConsumer(SegmentWriteState state) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
Lucene80NormsConsumer
Writer for
Lucene80NormsFormat |
Modifier and Type | Method and Description |
---|---|
NormsConsumer |
Lucene80NormsFormat.normsConsumer(SegmentWriteState state) |
Modifier and Type | Method and Description |
---|---|
void |
NormValuesWriter.flush(SegmentWriteState state,
Sorter.DocMap sortMap,
NormsConsumer normsConsumer) |