RE: Boosting DisMax queries with !boost component

2010-08-02 Thread MitchK
t; lack of being sure of the proper term)? > Yes, that was what I meant. Kind regards, - Mitch -- View this message in context: http://lucene.472066.n3.nabble.com/Boosting-DisMax-queries-with-boost-component-tp1011294p1015619.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Boosting DisMax queries with !boost component

2010-08-01 Thread Jonathan Rochkind
> qf needs to have spaces in it, unfortunately the local query parser can not > deal with that, as Erik Hatcher mentioned some months ago. By "local query parser", you mean what I call the LocalParams stuff (for lack of being sure of the proper term)? You can put spaces in there, you just need

Re: Boosting DisMax queries with !boost component

2010-08-01 Thread MitchK
you can add the boosting query via bq-param. Hope this helps, - Mitch -- View this message in context: http://lucene.472066.n3.nabble.com/Boosting-DisMax-queries-with-boost-component-tp1011294p1014242.html Sent from the Solr - User mailing list archive at Nabble.com.

Boosting DisMax queries with !boost component

2010-07-31 Thread Martynas Miliauskas
Hi guys, I have following boosting query: b=scale(popularity,0,1) So far I have tried following queries, and got following results: 1. http://localhost:8080/solr/select?q={!boost%20$b=scale(popularity,0,1)%20v=$qq%20defType=dismax}&qf=title+tags&fl=*,score&qq=s