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 |
---|---|
NormsProducer |
NormsProducer.getMergeInstance()
Returns an instance optimized for merging.
|
abstract NormsProducer |
NormsFormat.normsProducer(SegmentReadState state)
Returns a
NormsProducer to read norms from the index. |
Modifier and Type | Method and Description |
---|---|
NormsProducer |
Lucene53NormsFormat.normsProducer(SegmentReadState state) |
Modifier and Type | Field and Description |
---|---|
NormsProducer[] |
MergeState.normsProducers
Norms producers being merged
|
Modifier and Type | Method and Description |
---|---|
NormsProducer |
SegmentReader.getNormsReader() |
NormsProducer |
FilterCodecReader.getNormsReader() |
abstract NormsProducer |
CodecReader.getNormsReader()
Expert: retrieve underlying NormsProducer
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.