Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "SearchHandler" page has been changed by DavidSmiley:
http://wiki.apache.org/solr/SearchHandler?action=diff&rev1=29&rev2=30

Comment:
Clarify description and remove "query type" confusing word usage.

  ## page was renamed from StandardRequestHandler
- SearchHandler is the default Query handler included in the standard Solr 
distribution.  It is usually registered in the solrconfig.xml with the query 
type "standard", and while it's certainly possible to reconfigure Solr so that 
a different handler is registered with that query type -- it is discouraged.  
(Doing so would confuse a great many people)
+ SearchHandler is the class name of a Request Handler that responds to search 
requests.  A SearchHandler is usually registered in solrconfig.xml with the 
name "/select", and with a variety of other names for demonstration purposes.
  
  '''NOTE:''' Prior  [[Solr1.3]], SearchHandler was named 
StandardRequestHandler.  StandardRequestHandler is now a simple subclass of 
SearchHandler
  

Reply via email to