Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs for testing (simulate old disk formats, wacky theoretical use cases, etc)
|
org.apache.lucene.codecs.lucene40 |
Support for testing
Lucene40PostingsFormat . |
org.apache.lucene.codecs.lucene42 |
Support for testing
Lucene42Codec . |
org.apache.lucene.codecs.lucene46 |
Support for testing
Lucene46Codec . |
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
Modifier and Type | Method and Description |
---|---|
abstract FieldInfosWriter |
FieldInfosFormat.getFieldInfosWriter()
Returns a
FieldInfosWriter to write field infos
to the index |
Modifier and Type | Class and Description |
---|---|
class |
Lucene40FieldInfosWriter
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosWriter |
Lucene40FieldInfosFormat.getFieldInfosWriter()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Lucene42FieldInfosWriter
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosWriter |
Lucene42FieldInfosFormat.getFieldInfosWriter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosWriter |
Lucene46FieldInfosFormat.getFieldInfosWriter() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextFieldInfosWriter
writes plaintext field infos files
|
Modifier and Type | Method and Description |
---|---|
FieldInfosWriter |
SimpleTextFieldInfosFormat.getFieldInfosWriter() |
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.