org.apache.solr.uima.processor
Class UIMAUpdateRequestProcessorFactory

java.lang.Object
  extended by org.apache.solr.update.processor.UpdateRequestProcessorFactory
      extended by org.apache.solr.uima.processor.UIMAUpdateRequestProcessorFactory
All Implemented Interfaces:
NamedListInitializedPlugin

public class UIMAUpdateRequestProcessorFactory
extends UpdateRequestProcessorFactory

Factory for UIMAUpdateRequestProcessor


Constructor Summary
UIMAUpdateRequestProcessorFactory()
           
 
Method Summary
 UpdateRequestProcessor getInstance(SolrQueryRequest req, SolrQueryResponse rsp, UpdateRequestProcessor next)
           
 void init(NamedList args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIMAUpdateRequestProcessorFactory

public UIMAUpdateRequestProcessorFactory()
Method Detail

init

public void init(NamedList args)
Specified by:
init in interface NamedListInitializedPlugin
Overrides:
init in class UpdateRequestProcessorFactory

getInstance

public UpdateRequestProcessor getInstance(SolrQueryRequest req,
                                          SolrQueryResponse rsp,
                                          UpdateRequestProcessor next)
Specified by:
getInstance in class UpdateRequestProcessorFactory


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