Re: Ranking result on the basis of field value irrespective of score

2008-10-23 Thread Shalin Shekhar Mangar
Create your languages field (or a copy) in such a way that sort gives you the order you want. Then just query Solr with "sort=language asc" parameter. 2008/10/23 Amit <[EMAIL PROTECTED]> > Hi All, > > > > How we can do the ranking on the basis of specific field value > irrespective > of score in

Ranking result on the basis of field value irrespective of score

2008-10-23 Thread Amit
Hi All, How we can do the ranking on the basis of specific field value irrespective of score in solr? For example: Let say field “language” which content values like “German,English,French,Chines,Arabic”. So I want English language document come first