Uses of Interface
org.apache.solr.request.SolrRequestHandler

Packages that use SolrRequestHandler
org.apache.solr.core   
org.apache.solr.handler   
org.apache.solr.handler.admin   
org.apache.solr.handler.component   
org.apache.solr.handler.dataimport   
org.apache.solr.handler.extraction   
org.apache.solr.search.function   
org.apache.solr.servlet   
 

Uses of SolrRequestHandler in org.apache.solr.core
 

Classes in org.apache.solr.core that implement SolrRequestHandler
static class RequestHandlers.LazyRequestHandlerWrapper
          The LazyRequestHandlerWrapper wraps any SolrRequestHandler.
 

Methods in org.apache.solr.core that return SolrRequestHandler
 SolrRequestHandler SolrCore.createRequestHandler(String className)
           
 SolrRequestHandler RequestHandlers.get(String handlerName)
           
 SolrRequestHandler SolrCore.getRequestHandler(String handlerName)
          Get the request handler registered to a given name.
 SolrRequestHandler RequestHandlers.LazyRequestHandlerWrapper.getWrappedHandler()
           
 SolrRequestHandler RequestHandlers.register(String handlerName, SolrRequestHandler handler)
          Handlers must be initialized before calling this function.
 SolrRequestHandler SolrCore.registerRequestHandler(String handlerName, SolrRequestHandler handler)
          Registers a handler at the specified location.
 

Methods in org.apache.solr.core that return types with arguments of type SolrRequestHandler
 Map<String,SolrRequestHandler> RequestHandlers.getAll(Class clazz)
           
 Map<String,SolrRequestHandler> SolrCore.getRequestHandlers()
          Returns an unmodifieable Map containing the registered handlers
 Map<String,SolrRequestHandler> RequestHandlers.getRequestHandlers()
          Returns an unmodifiable Map containing the registered handlers
 Map<String,SolrRequestHandler> SolrCore.getRequestHandlers(Class clazz)
          Returns an unmodifieable Map containing the registered handlers of the specified type.
 

Methods in org.apache.solr.core with parameters of type SolrRequestHandler
 void SolrCore.execute(SolrRequestHandler handler, SolrQueryRequest req, SolrQueryResponse rsp)
           
 SolrRequestHandler RequestHandlers.register(String handlerName, SolrRequestHandler handler)
          Handlers must be initialized before calling this function.
 SolrRequestHandler SolrCore.registerRequestHandler(String handlerName, SolrRequestHandler handler)
          Registers a handler at the specified location.
static void SolrCore.setResponseHeaderValues(SolrRequestHandler handler, SolrQueryRequest req, SolrQueryResponse rsp)
           
 

Uses of SolrRequestHandler in org.apache.solr.handler
 

Classes in org.apache.solr.handler that implement SolrRequestHandler
 class AnalysisRequestHandlerBase
          A base class for all analysis request handlers.
 class BinaryUpdateRequestHandler
          Deprecated. 
 class ContentStreamHandlerBase
          Shares common code between various handlers that manipulate ContentStream objects.
 class CSVRequestHandler
          Deprecated. 
 class DocumentAnalysisRequestHandler
          An analysis handler that provides a breakdown of the analysis process of provided docuemnts.
 class DumpRequestHandler
           
 class FieldAnalysisRequestHandler
          Provides the ability to specify multiple field types and field names in the same request.
 class JsonUpdateRequestHandler
          Deprecated. 
 class MoreLikeThisHandler
          Solr MoreLikeThis -- Return similar documents either based on a single document or based on posted text.
 class PingRequestHandler
          Ping Request Handler for reporting SolrCore health to a Load Balancer.
 class RealTimeGetHandler
           
 class ReplicationHandler
           A Handler which provides a REST API for replication and serves replication requests from Slaves.
 class RequestHandlerBase
           
 class StandardRequestHandler
          All of the following options may be configured for this handler in the solrconfig as defaults, and may be overriden as request parameters.
 class UpdateRequestHandler
          UpdateHandler that uses content-type to pick the right Loader
 class XmlUpdateRequestHandler
          Deprecated. 
 class XsltUpdateRequestHandler
          Deprecated. 
 

Uses of SolrRequestHandler in org.apache.solr.handler.admin
 

Classes in org.apache.solr.handler.admin that implement SolrRequestHandler
 class AdminHandlers
          A special Handler that registers all standard admin handlers
 class CoreAdminHandler
           
 class LoggingHandler
          A request handler to show which loggers are registered and allows you to set them
 class LukeRequestHandler
          This handler exposes the internal lucene index.
 class PluginInfoHandler
           
 class PropertiesRequestHandler
           
 class ShowFileRequestHandler
          This handler uses the RawResponseWriter to give client access to files inside ${solr.home}/conf If you want to selectively restrict access some configuration files, you can list these files in the ShowFileRequestHandler.HIDDEN invariants.
 class SolrInfoMBeanHandler
          A request handler that provides info about all registered SolrInfoMBeans.
 class SystemInfoHandler
          This handler returns system info
 class ThreadDumpHandler
           
 

Uses of SolrRequestHandler in org.apache.solr.handler.component
 

Classes in org.apache.solr.handler.component that implement SolrRequestHandler
 class SearchHandler
          Refer SOLR-281
 

Uses of SolrRequestHandler in org.apache.solr.handler.dataimport
 

Classes in org.apache.solr.handler.dataimport that implement SolrRequestHandler
 class DataImportHandler
           Solr Request Handler for data import from databases and REST data sources.
 

Uses of SolrRequestHandler in org.apache.solr.handler.extraction
 

Classes in org.apache.solr.handler.extraction that implement SolrRequestHandler
 class ExtractingRequestHandler
          Handler for rich documents like PDF or Word or any other file format that Tika handles that need the text to be extracted first from the document.
 

Uses of SolrRequestHandler in org.apache.solr.search.function
 

Classes in org.apache.solr.search.function that implement SolrRequestHandler
static class FileFloatSource.ReloadCacheRequestHandler
           
 

Uses of SolrRequestHandler in org.apache.solr.servlet
 

Methods in org.apache.solr.servlet with parameters of type SolrRequestHandler
protected  void SolrDispatchFilter.execute(javax.servlet.http.HttpServletRequest req, SolrRequestHandler handler, SolrQueryRequest sreq, SolrQueryResponse rsp)
           
 String DirectSolrConnection.request(SolrRequestHandler handler, SolrParams params, String body)
           
 



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