Re: issue with query boost using qf and edismax

2015-07-22 Thread Erick Erickson
You have two problems First, you're specifying fields in the q clause so the qf stuff isn't respected. My query params is something like below q: person_full_name:louis OR address1:louis OR city:louis OR state_code:louis qf: person_full_name^5.0 address1^0.8 city^0.7 state_code^1.0 defType:

issue with query boost using qf and edismax

2015-07-21 Thread sandeep bonkra
Hi, I am implementing searching using SOLR 5.0 and facing very strange problem. I am having 4 fields Name and address, city and state in the document apart from a unique ID. My requirement is that it should give me those results first where there is a match in name , then address, then state,