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 2009/01/29 16:29:31 UTC

[Solr Wiki] Update of "DisMaxRequestHandler" by PeterWolanin

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

The comment on the change is:
add bq example

------------------------------------------------------------------------------
  each field gets...
    http://localhost:8983/solr/select/?q=video&qt=dismax&qf=features^20.0+text^0.3
  
+ You can boost results that have a field that matches a specific value...
+   http://localhost:8983/solr/select/?q=video&qt=dismax&bq=cat:electronics^5.0
+ 
  Another instance of the handler is registered using the qt "instock" and
  has slightly different configuration options, notably: a filter for (you
  guessed it) inStock:true)...