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)...

Reply via email to