Re: Sorting with customized function of score

2012-06-11 Thread Chris Hostetter
: I'm using the solr 4.0 nightly build version. In fact I intend to sort with : a more complicate function including score, geodist() and other factors, so : this example is to simplify the issue that I cannot sort with a customized : function of score. : More concrete, how can i make the sort lik

Re: Sorting with customized function of score

2012-06-03 Thread Toan V Luu
I'm using the solr 4.0 nightly build version. In fact I intend to sort with a more complicate function including score, geodist() and other factors, so this example is to simplify the issue that I cannot sort with a customized function of score. More concrete, how can i make the sort like: sort=pro

Re: Sorting with customized function of score

2012-06-03 Thread Erick Erickson
What version of Solr are you using? When I try this with 3.6 I get an error that "score is not defined". But what are you trying to accomplish with this particular sort, it won't actually do anything at all to your sort order or are you just experimenting? Best Erick On Fri, Jun 1, 2012 at 11:30