|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PayloadProcessorProvider | |
---|---|
org.apache.lucene.facet.index | Indexing of document categories |
org.apache.lucene.index | Code to maintain and access indices. |
Uses of PayloadProcessorProvider in org.apache.lucene.facet.index |
---|
Subclasses of PayloadProcessorProvider in org.apache.lucene.facet.index | |
---|---|
class |
FacetsPayloadProcessorProvider
A PayloadProcessorProvider for updating facets ordinal references,
based on an ordinal map. |
Uses of PayloadProcessorProvider in org.apache.lucene.index |
---|
Methods in org.apache.lucene.index that return PayloadProcessorProvider | |
---|---|
PayloadProcessorProvider |
IndexWriter.getPayloadProcessorProvider()
Returns the PayloadProcessorProvider that is used during segment
merges to process payloads. |
Methods in org.apache.lucene.index with parameters of type PayloadProcessorProvider | |
---|---|
void |
IndexWriter.setPayloadProcessorProvider(PayloadProcessorProvider pcp)
Sets the PayloadProcessorProvider to use when merging payloads. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |