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 JaneChang.
http://wiki.apache.org/solr/SearchHandler?action=diff&rev1=27&rev2=28

--------------------------------------------------

  
  = Search Components =
  
+ All of the logic that drives the SearchHandler comes from 
[[SearchComponent|SearchComponents]].  If no components are explicitly declared 
in the request handler config the the defaults are used.
- All of the logic that drives the SearchHandler comes from 
[[SearchComponent|SearchComponents]].  The default list of 
- 
- 
- If no components are explicitly declared in the request handler config the 
the defaults are used.
  They are:
   * "query" (usually QueryComponent)
   * "facet" (usually FacetComponent)

Reply via email to