Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene40 |
Lucene 4.0 file format.
|
org.apache.lucene.codecs.lucene42 |
Lucene 4.2 file format.
|
org.apache.lucene.codecs.lucene46 |
Lucene 4.6 file format.
|
Modifier and Type | Method and Description |
---|---|
abstract FieldInfosWriter |
FieldInfosFormat.getFieldInfosWriter()
Returns a
FieldInfosWriter to write field infos
to the index |
Modifier and Type | Method and Description |
---|---|
FieldInfosWriter |
Lucene40FieldInfosFormat.getFieldInfosWriter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosWriter |
Lucene42FieldInfosFormat.getFieldInfosWriter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosWriter |
Lucene46FieldInfosFormat.getFieldInfosWriter() |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.