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 FieldInfosReader |
FieldInfosFormat.getFieldInfosReader()
Returns a
FieldInfosReader to read field infos
from the index |
Modifier and Type | Method and Description |
---|---|
FieldInfosReader |
Lucene40FieldInfosFormat.getFieldInfosReader()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosReader |
Lucene42FieldInfosFormat.getFieldInfosReader()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosReader |
Lucene46FieldInfosFormat.getFieldInfosReader() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTextFieldInfosReader
reads plaintext field infos files
|
Modifier and Type | Method and Description |
---|---|
FieldInfosReader |
SimpleTextFieldInfosFormat.getFieldInfosReader() |
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.