Uses of Class
org.apache.solr.update.processor.UpdateRequestProcessorFactory

Packages that use UpdateRequestProcessorFactory
org.apache.solr.uima.processor   
org.apache.solr.update.processor   
 

Uses of UpdateRequestProcessorFactory in org.apache.solr.uima.processor
 

Subclasses of UpdateRequestProcessorFactory in org.apache.solr.uima.processor
 class UIMAUpdateRequestProcessorFactory
          Factory for UIMAUpdateRequestProcessor
 

Uses of UpdateRequestProcessorFactory in org.apache.solr.update.processor
 

Subclasses of UpdateRequestProcessorFactory in org.apache.solr.update.processor
 class LangDetectLanguageIdentifierUpdateProcessorFactory
          Identifies the language of a set of input fields using http://code.google.com/p/language-detection

The UpdateProcessorChain config entry can take a number of parameters which may also be passed as HTTP parameters on the update request and override the defaults.

 class LogUpdateProcessorFactory
          A logging processor.
 class RunUpdateProcessorFactory
          Pass the command to the UpdateHandler without any modifications
 class SignatureUpdateProcessorFactory
           
 class TikaLanguageIdentifierUpdateProcessorFactory
          Identifies the language of a set of input fields using Tika's LanguageIdentifier.
 class UniqFieldsUpdateProcessorFactory
          A non-duplicate processor.
 

Methods in org.apache.solr.update.processor that return UpdateRequestProcessorFactory
 UpdateRequestProcessorFactory[] UpdateRequestProcessorChain.getFactories()
           
 

Constructors in org.apache.solr.update.processor with parameters of type UpdateRequestProcessorFactory
UpdateRequestProcessorChain(UpdateRequestProcessorFactory[] chain, SolrCore solrCore)
           
 



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