| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| org.apache.lucene.codecs.lucene80 |
Components from the Lucene 8.0 index format
See
org.apache.lucene.codecs.lucene84 for an overview
of the index format. |
| Modifier and Type | Method and Description |
|---|---|
abstract NormsConsumer |
NormsFormat.normsConsumer(SegmentWriteState state)
Returns a
NormsConsumer to write norms to the
index. |
| Modifier and Type | Method and Description |
|---|---|
NormsConsumer |
Lucene80NormsFormat.normsConsumer(SegmentWriteState state) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.