Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.asserting |
Codec for testing that asserts various contracts of the codec apis.
|
org.apache.lucene.codecs.lucene40 |
Lucene 4.0 file format.
|
org.apache.lucene.codecs.lucene42 |
Lucene 4.2 file format.
|
org.apache.lucene.codecs.lucene49 |
Lucene 4.9 file format.
|
org.apache.lucene.codecs.lucene53 |
Lucene 5.3 file format.
|
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
class |
UndeadNormsProducer
Used only for backwards compatibility corner case, to provide
re-animated norms when all fields are undead.
|
Modifier and Type | Field and Description |
---|---|
static NormsProducer |
UndeadNormsProducer.INSTANCE
Use this instance
|
Modifier and Type | Method and Description |
---|---|
NormsProducer |
UndeadNormsProducer.getMergeInstance() |
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 |
AssertingNormsFormat.normsProducer(SegmentReadState state) |
Modifier and Type | Method and Description |
---|---|
NormsProducer |
Lucene40NormsFormat.normsProducer(SegmentReadState state)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsProducer |
Lucene42NormsFormat.normsProducer(SegmentReadState state)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsProducer |
Lucene49NormsFormat.normsProducer(SegmentReadState state)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsProducer |
Lucene53NormsFormat.normsProducer(SegmentReadState state) |
Modifier and Type | Class and Description |
---|---|
static class |
SimpleTextNormsFormat.SimpleTextNormsProducer
Reads plain-text norms.
|
Modifier and Type | Method and Description |
---|---|
NormsProducer |
SimpleTextNormsFormat.normsProducer(SegmentReadState state) |
Modifier and Type | Field and Description |
---|---|
NormsProducer[] |
MergeState.normsProducers
Norms producers being merged
|
Modifier and Type | Method and Description |
---|---|
abstract NormsProducer |
CodecReader.getNormsReader()
Expert: retrieve underlying NormsProducer
|
NormsProducer |
FilterCodecReader.getNormsReader() |
NormsProducer |
SegmentReader.getNormsReader() |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.