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.lucene410 |
Lucene 4.10 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.
|
org.apache.lucene.codecs.lucene49 |
Lucene 4.9 file format.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
FilterCodec.liveDocsFormat() |
abstract LiveDocsFormat |
Codec.liveDocsFormat()
Encodes/decodes live docs
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene3xCodec.liveDocsFormat()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene40LiveDocsFormat
Lucene 4.0 Live Documents Format.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene40Codec.liveDocsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene41Codec.liveDocsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene410Codec.liveDocsFormat() |
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene42Codec.liveDocsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene45Codec.liveDocsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene46Codec.liveDocsFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LiveDocsFormat |
Lucene49Codec.liveDocsFormat() |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.