Hi, I have an index that contain pname (text), pdescription (text) and popularity(sinteger).
My index contain this docs : pname : hp printer pdescription : hp printer C 330 blabla.... popularity : 20 --- pname : hp laptop pdescription : hp laptop X125 Blabala... popularity : 10 --- pname : hp jet pdescription : hp jet JT554 blabla.... popularity : 10 I want to get results orderd by keyword matching (score) and popularity. When i tryed somthing like this : q=hp&sort=popularity desc, score desc I get Hp printer, hp laptop and hp jet, so it works ! But when i try to search hp jet (q=hp jet&sort=popularity desc, score desc) i get the same result like the first query whos totaly wrong !!!!! How to influante the score in my case ? for exemple give to the matching 1 factor and popularity 1.5 (or 2) (i'm newbie in solr and java...) thank you. -- View this message in context: http://www.nabble.com/-Newbie-How-to-influante-Revelance-in-Solr---tp22766595p22766595.html Sent from the Solr - User mailing list archive at Nabble.com.