Re: Boosting results on value of field different from query

2013-12-29 Thread manju16832003
Hi Puneet, http://localhost:8983/solr/my/select?q=type:sedan^100 type:compact^10 (:*)^1&wt=json&indent=true&fl=,score&debug=results&bf=recip(rord(publish_date),1,2,3)^1.5&sort=score > desc Not really. The query I mentioned it does not restrict the other types, instead it would push other type

Re: Boosting results on value of field different from query

2013-12-26 Thread Kydryavtsev Andrey
Hi, Puneet I think you can try of provided advice from there : http://wiki.apache.org/solr/SolrRelevancyFAQ Like this one : http://wiki.apache.org/solr/SolrRelevancyFAQ#How_can_I_increase_the_score_for_specific_documents : set index time boos "per document", so set big boos for documents wit

Re: Boosting results on value of field different from query

2013-12-25 Thread Puneet Pawaia
Hi Manju Would this query not be searching for and thus restricting results to type sedan and compact? I would like the results to include other types but only show up lower down the list. Regards Puneet On 26 Dec 2013 07:15, "manju16832003" wrote: > Hi Puneet, > if you type field is pre-determin

Re: Boosting results on value of field different from query

2013-12-25 Thread manju16832003
Hi Puneet, if you type field is pre-determined text field ex type [compact, sedan, hatchback], I think you have to boost with query type field (q) to get more accurate boosting. Ex: http://localhost:8983/solr/my/select?q=type:sedan^100 type:compact^10 (:*)^1&wt=json&indent=true&fl=,score&debug=re