You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by Ryan McKinley <ry...@gmail.com> on 2007/12/20 06:21:49 UTC

Re: [Solr Wiki] Update of "QueryElevationComponent" by HossMan

Thats a good idea.  I'll make the same change in the example config.

Thanks
ryan


Apache Wiki wrote:
> 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>
>   }}}
>