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/QueryElevationComponent The comment on the change is: make component name differ from handler name so usage is more self evident ------------------------------------------------------------------------------ The query elevation component is configured in solrconfig.xml. A typical configuration may look like: {{{ - <searchComponent name="elevate" class="org.apache.solr.handler.component.QueryElevationComponent" > + <searchComponent name="elevator" class="org.apache.solr.handler.component.QueryElevationComponent" > <str name="analyzer">string</str> <str name="config-file">elevate.xml</str> </searchComponent> @@ -23, +23 @@ <str name="echoParams">explicit</str> </lst> <arr name="last-components"> - <str>elevate</str> + <str>elevator</str> </arr> </requestHandler> }}}
