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.
|
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 |
AssertingNormsFormat.normsConsumer(SegmentWriteState state) |
Modifier and Type | Method and Description |
---|---|
NormsConsumer |
Lucene40NormsFormat.normsConsumer(SegmentWriteState state)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsConsumer |
Lucene42NormsFormat.normsConsumer(SegmentWriteState state)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsConsumer |
Lucene49NormsFormat.normsConsumer(SegmentWriteState state)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsConsumer |
Lucene53NormsFormat.normsConsumer(SegmentWriteState state) |
Modifier and Type | Class and Description |
---|---|
static class |
SimpleTextNormsFormat.SimpleTextNormsConsumer
Writes plain-text norms.
|
Modifier and Type | Method and Description |
---|---|
NormsConsumer |
SimpleTextNormsFormat.normsConsumer(SegmentWriteState state) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.