Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by HossMan: http://wiki.apache.org/solr/StandardRequestHandler ------------------------------------------------------------------------------ = Query Params = - In addition to the CommonQueryParameters, HighlightingParameters, and SimpleFacetParameters the Standard Request Handler supports the following Query Parameters. These parameters may be assigned default values in solrconfig.xml which are overridden by query-time settings. + In addition to the CommonQueryParameters, HighlightingParameters, and SimpleFacetParameters the Standard Request Handler supports the following Parameters. Default parameter values to be specified in solrconfig.xml, or overridden by query-time values in the request. + + Example of Defaults... + {{{ + <requestHandler name="standard" class="solr.StandardRequestHandler"> + <lst name="defaults"> + <int name="rows">10</int> + <str name="facet">true</str> + <str name="facet.field">category</str> + <lst> + </requestHandler> + }}} == q ==
