Hi, it seems it works now. I put some mistakes on the calculation. But is there any limit to the query size in Solr? Thanx again
I tried the code but it seems it's not working properly. I tried to check it by inserting bq=location:Parramatta^1.4 location:NS^1.4 location:North Ryde^1.4 If I use it like that, I should get the same result order with the result if I do it without bq, right? But it seems that the result shows Paramatta results on top, followed by NS, and the North RYde. I tried to change the boosting number to 1.0 so the result will be the same like the result without bq, but still nothing change, it is still in the grouping order. I am not sure if the bq works properly. Actually I used this in ruby to send the request to Solr, so the code looks like this :q => query, :wt => 'ruby', :bq => 'location:Parramatta^1.4 location:NS^1.4 location:North Ryde^1.4' Thanx for the help - Ted -- View this message in context: http://www.nabble.com/Filter-Query-and-query-score-tp14574793p15560572.html Sent from the Solr - User mailing list archive at Nabble.com.