Uses of Class
org.apache.solr.handler.RequestHandlerBase

Packages that use RequestHandlerBase
org.apache.solr.handler   
org.apache.solr.handler.admin   
org.apache.solr.handler.component   
org.apache.solr.handler.dataimport   
org.apache.solr.handler.extraction   
 

Uses of RequestHandlerBase in org.apache.solr.handler
 

Subclasses of RequestHandlerBase in org.apache.solr.handler
 class AnalysisRequestHandler
          Deprecated. Use DocumentAnalysisRequestHandler instead.
 class AnalysisRequestHandlerBase
          A base class for all analysis request handlers.
 class BinaryUpdateRequestHandler
          Update handler which uses the JavaBin format
 class ContentStreamHandlerBase
          Shares common code between various handlers that manipulate ContentStream objects.
 class CSVRequestHandler
           
 class DisMaxRequestHandler
          Deprecated. use StandardRequestHandler with a "defType=dismax" param
 class DocumentAnalysisRequestHandler
          An analysis handler that provides a breakdown of the analysis process of provided docuemnts.
 class DumpRequestHandler
           
 class FieldAnalysisRequestHandler
          RequestHandler that provides much the same functionality as analysis.jsp.
 class MoreLikeThisHandler
          Solr MoreLikeThis -- Return similar documents either based on a single document or based on posted text.
 class PingRequestHandler
          Ping solr core
 class ReplicationHandler
           A Handler which provides a REST API for replication and serves replication requests from Slaves.
 class SpellCheckerRequestHandler
          Deprecated. Use SpellCheckComponent instead. See also https://issues.apache.org/jira/browse/SOLR-474 and https://issues.apache.org/jira/browse/SOLR-485
 class StandardRequestHandler
           
 class XmlUpdateRequestHandler
          Add documents to solr using the STAX XML parser.
 

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

Subclasses of RequestHandlerBase in org.apache.solr.handler.admin
 class CoreAdminHandler
           
 class LukeRequestHandler
          This handler exposes the internal lucene index.
 class PluginInfoHandler
          similar to "admin/registry.jsp" NOTE: the response format is still likely to change.
 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 SystemInfoHandler
          This handler returns system info NOTE: the response format is still likely to change.
 class ThreadDumpHandler
          Copied from "admin/threaddump.jsp" NOTE: the response format is still likely to change.
 

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

Subclasses of RequestHandlerBase in org.apache.solr.handler.component
 class SearchHandler
          Refer SOLR-281
 

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

Subclasses of RequestHandlerBase in org.apache.solr.handler.dataimport
 class DataImportHandler
           Solr Request Handler for data import from databases and REST data sources.
 

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

Subclasses of RequestHandlerBase in org.apache.solr.handler.extraction
 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.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.