Uses of Class
org.apache.lucene.index.PayloadProcessorProvider
-
Packages that use PayloadProcessorProvider Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of PayloadProcessorProvider in org.apache.lucene.index
Methods in org.apache.lucene.index that return PayloadProcessorProvider Modifier and Type Method Description PayloadProcessorProviderIndexWriter. getPayloadProcessorProvider()Returns thePayloadProcessorProviderthat is used during segment merges to process payloads.Methods in org.apache.lucene.index with parameters of type PayloadProcessorProvider Modifier and Type Method Description voidIndexWriter. setPayloadProcessorProvider(PayloadProcessorProvider pcp)Sets thePayloadProcessorProviderto use when merging payloads.
-