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

Packages that use RequestHandlerBase
org.apache.solr.handler   
org.apache.solr.handler.admin   
org.apache.solr.request   
 

Uses of RequestHandlerBase in org.apache.solr.handler
 

Subclasses of RequestHandlerBase in org.apache.solr.handler
 class CSVRequestHandler
           
 class DumpRequestHandler
           
 class SpellCheckerRequestHandler
          Takes a string (e.g. a query string) as the value of the "q" parameter and looks up alternative spelling suggestions in the spellchecker.
 class XmlUpdateRequestHandler
           
 

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

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

Subclasses of RequestHandlerBase in org.apache.solr.request
 class DisMaxRequestHandler
           A Generic query plugin designed to be given a simple query expression from a user, which it will then query against a variety of pre-configured fields, in a variety of ways, using BooleanQueries, DisjunctionMaxQueries, and PhraseQueries.
 class StandardRequestHandler
           
 



Copyright © 2006 - 2008 The Apache Software Foundation