| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| org.apache.lucene.codecs.lucene53 |
Components from the Lucene 5.3 index format
See
org.apache.lucene.codecs.lucene54 for an overview
of the index 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 |
Lucene53NormsConsumer
Writer for
Lucene53NormsFormat |
| Modifier and Type | Method and Description |
|---|---|
NormsConsumer |
Lucene53NormsFormat.normsConsumer(SegmentWriteState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
NormValuesWriter.flush(SegmentWriteState state,
NormsConsumer normsConsumer) |