Re: Get search results in the order of fields names searched

2013-02-26 Thread David Philip
Hi, Thank you for the references. I used edismax and it works. Thanks a lot. David On Tue, Feb 26, 2013 at 7:33 PM, Jan Høydahl wrote: > Check out dismax (http://wiki.apache.org/solr/ExtendedDisMax) > > q="John Hopkins"&defType=edismax&qf=Author^1000 Editors^500 Raw_text^1 > > It's not stric

Re: Get search results in the order of fields names searched

2013-02-26 Thread Jan Høydahl
Check out dismax (http://wiki.apache.org/solr/ExtendedDisMax) q="John Hopkins"&defType=edismax&qf=Author^1000 Editors^500 Raw_text^1 It's not strictly layered, but by playing with the numbers you can achieve that effect -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com

Re: Get search results in the order of fields names searched

2013-02-26 Thread Oussama Jilal
I think this can be achieved by boosting the fields and then sorting by the score. http://wiki.apache.org/solr/SolrRelevancyFAQ#Field_Based_Boosting On 02/26/2013 01:55 PM, David Philip wrote: Hi Team, Is it possible to get search results in the order of fields names set? Ex: say,