Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
static class |
PayloadProcessorProvider.DirPayloadProcessor
Deprecated.
Use
PayloadProcessorProvider.ReaderPayloadProcessor instead. |
Modifier and Type | Method and Description |
---|---|
PayloadProcessorProvider.ReaderPayloadProcessor |
PayloadProcessorProvider.getReaderProcessor(IndexReader reader)
Returns a
PayloadProcessorProvider.ReaderPayloadProcessor for the given Directory ,
through which PayloadProcessorProvider.ReaderPayloadProcessor s can be obtained for each
Term , or null if none should be used. |