Re: Boosting results on value of field different from query

2013-12-29 Thread manju16832003
bove query, we are boosting type sedan to be on top, compact below the sedan types and rest are at the bottom. Change the those boosting values to get the different results. -- View this message in context: http://lucene.472066.n3.nabble.com/Boosting-results-on-value-of-field-different-from-q

Re: Boosting results on value of field different from query

2013-12-26 Thread Kydryavtsev Andrey
t;   Play around with the boosting values ^100 ^10 (perhaps 5,10,20 ) and >>  observe how the score value will change the documents. >> >>   I'm not really sure how solr calculation works, however the above query >>  must give you the accurate boosted documents. >> >>  -- >>  View this message in context: >>   >> http://lucene.472066.n3.nabble.com/Boosting-results-on-value-of-field-different-from-query-tp4108180p4108190.html >>  Sent from the Solr - User mailing list archive at Nabble.com.

Re: Boosting results on value of field different from query

2013-12-25 Thread Puneet Pawaia
7;m not really sure how solr calculation works, however the above query > must give you the accurate boosted documents. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Boosting-results-on-value-of-field-different-from-query-tp4108180p4108190.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Boosting results on value of field different from query

2013-12-25 Thread manju16832003
he above query must give you the accurate boosted documents. -- View this message in context: http://lucene.472066.n3.nabble.com/Boosting-results-on-value-of-field-different-from-query-tp4108180p4108190.html Sent from the Solr - User mailing list archive at Nabble.com.

Boosting results on value of field different from query

2013-12-25 Thread Puneet Pawaia
Hi all I am using Solr 4.6. I want to query a field for a value but boost the results based on a different value of another field. Example search for car rental in products category field but boost results for car types field with value compact by factor of 10 and sedan by factor of 5. I am using t