On Thu, Apr 21, 2011 at 8:30 AM, Otis Gospodnetic
wrote:
> Hello,
>
> I'm trying out sorting by function with the new function queries and
> invariably
> getting this error:
>
> Can't determine Sort Order: 'termfreq(name,samsung)', pos=22
>
> Here's an example call:
> http://localhost:8983/solr/
Hello,
I'm trying out sorting by function with the new function queries and invariably
getting this error:
Can't determine Sort Order: 'termfreq(name,samsung)', pos=22
Here's an example call:
http://localhost:8983/solr/select/?q=*:*&sort=termfreq%28name,samsung%29
What am I doing wrong?
Tha