: I think the order needs to be in lowercase. Try "asc" instead of "ASC".
Should be trivial to support uppercase ASC and DESC as well, not sure why
no one thought of adding that before...
https://issues.apache.org/jira/browse/SOLR-4458
...patches welcome
-Hoss
I think the order needs to be in lowercase. Try "asc" instead of "ASC".
-Michael
-Original Message-
From: PeterKerk [mailto:vettepa...@hotmail.com]
Sent: Wednesday, February 13, 2013 7:30 PM
To: solr-user@lucene.apache.org
Subject: Can't determine Sort Order:
Thanks again
On Tue, Nov 8, 2011 at 2:56 PM, Chris Hostetter wrote:
>
> : I'm having an issue with sorting because the PHP plugin converts the + to
> : %2B, I get the error "Can't determine Sort Order: 'name+desc'".
>
> then it sounds like the PHP l
: I'm having an issue with sorting because the PHP plugin converts the + to
: %2B, I get the error "Can't determine Sort Order: 'name+desc'".
then it sounds like the PHP library you are using is URL escaping
things properly, and you should just be passing a simpl
Hi,
I'm having an issue with sorting because the PHP plugin converts the + to
%2B, I get the error "Can't determine Sort Order: 'name+desc'".
Thanks in advance for any assistance.
Cheers
Nov 8, 2011 1:53:00 PM org.apache.solr.core.SolrCore execute
INFO: [pend
lr 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,
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: '
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&
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,sams