Re: Selective Sorting in Solr

2012-10-15 Thread Walter Underwood
Here is what I posted on StackOverflow: The boost in edismax can be used for this. It is applied to all scores, but if it is a small value, it will only make a difference for ties or near-ties. Significant differences in the base score will not be reordered. See: http://wiki.apache.org/solr/Ex

Re: Selective Sorting in Solr

2012-10-15 Thread Upayavira
sort=score desc, priority desc Won't that do it? Upayavira On Mon, Oct 15, 2012, at 09:14 AM, Sandip Agarwal wrote: > Hi, > > I have many documents indexed into Solr. I am now facing a requirement > where the search results should be returned sorted based on their scores. > In the *case of non-