You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2008/09/18 06:23:34 UTC

[Solr Wiki] Trivial Update of "QueryElevationComponent" by OtisGospodnetic

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 OtisGospodnetic:
http://wiki.apache.org/solr/QueryElevationComponent

------------------------------------------------------------------------------
- /!\ This refers to content that requires [https://issues.apache.org/jira/browse/SOLR-418 SOLR-418] to be installed
- 
  The !QueryElevationComponent enables you to configure the top results for a given query regardless of the normal lucene scoring.  This component matches the user query text to a configured Map of top results.  Although this component will work with any QueryParser, it makes the most sense to use with DisMax style queries.
  
  
@@ -80, +78 @@

   http://localhost:8983/solr/elevate?q=YYYY&debugQuery=true&enableElevation=false
  
  == fq ==
- Query elevation respects the statndard "filter query" (fq) parameter.  That is, if the query contains a fq param, all results will be within that filter -- even if elevate.xml adds other documents.
+ Query elevation respects the standard "filter query" (fq) parameter.  That is, if the query contains a fq param, all results will be within that filter -- even if elevate.xml adds other documents.