I am trying to use sorting by function on solr 3.2 and it doesn't now workt
with termfreq.  I do this query:
 
/solr/select?q=test&qf=all_lists_text&defType=dismax&sort=termfreq%28all_lists_text%2Ctest%29+desc&rows=50
I get this error:
Can't determine Sort Order: 'termfreq(description_text,'test') desc', pos=8

When I use other functions such as sort by "sum(1,2) desc"  or other simple
functions, solr returns the query, why am I unable to sort with these other
functions?


-- 
- sent from my mobile
6176064373

Reply via email to