Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene3x |
Codec to support Lucene 3.x indexes (readonly)
|
org.apache.lucene.codecs.lucene40 |
Lucene 4.0 file format.
|
org.apache.lucene.codecs.lucene41 |
Lucene 4.1 file format.
|
org.apache.lucene.codecs.lucene42 |
Lucene 4.2 file format.
|
org.apache.lucene.codecs.lucene45 |
Lucene 4.5 file format.
|
org.apache.lucene.codecs.lucene46 |
Lucene 4.6 file format.
|
Modifier and Type | Method and Description |
---|---|
abstract NormsFormat |
Codec.normsFormat()
Encodes/decodes document normalization values
|
NormsFormat |
FilterCodec.normsFormat() |
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene3xCodec.normsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene40NormsFormat
Deprecated.
Only for reading old 4.0 and 4.1 segments
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene40Codec.normsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene41Codec.normsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene42NormsFormat
Lucene 4.2 score normalization format.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene42Codec.normsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene45Codec.normsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NormsFormat |
Lucene46Codec.normsFormat() |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.