org.apache.solr.update.processor
Class URLClassifyProcessorFactory

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

public class URLClassifyProcessorFactory
extends UpdateRequestProcessorFactory

Creates URLClassifyProcessor


Constructor Summary
URLClassifyProcessorFactory()
           
 
Method Summary
 UpdateRequestProcessor getInstance(SolrQueryRequest request, SolrQueryResponse response, UpdateRequestProcessor nextProcessor)
           
 void init(NamedList args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLClassifyProcessorFactory

public URLClassifyProcessorFactory()
Method Detail

init

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

getInstance

public UpdateRequestProcessor getInstance(SolrQueryRequest request,
                                          SolrQueryResponse response,
                                          UpdateRequestProcessor nextProcessor)
Specified by:
getInstance in class UpdateRequestProcessorFactory


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