Uses of Class
org.apache.lucene.index.PayloadProcessorProvider

Packages that use PayloadProcessorProvider
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
 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.
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.