Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
PayloadProcessorProvider.DirPayloadProcessor |
PayloadProcessorProvider.getDirProcessor(Directory dir)
Deprecated.
Use
PayloadProcessorProvider.getReaderProcessor(org.apache.lucene.index.IndexReader) instead. You can still select by Directory ,
if you retrieve the underlying directory from IndexReader.directory() . |