RE: Can't determine Sort Order: 'prijs ASC', pos=5

2013-02-14 Thread Chris Hostetter
: 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

RE: Can't determine Sort Order: 'prijs ASC', pos=5

2013-02-13 Thread Michael Ryan
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: &#

Re: can't determine sort order with desc provided

2011-11-07 Thread Greg Pelly
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

Re: can't determine sort order with desc provided

2011-11-07 Thread Chris Hostetter
: 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

can't determine sort order with desc provided

2011-11-07 Thread Greg Pelly
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

Re: can't determine sort order?

2011-06-13 Thread Erick Erickson
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,&#x

can't determine sort order?

2011-06-11 Thread Jason Toy
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: '

Re: Can't determine Sort Order error when using sort by function

2011-04-21 Thread Yonik Seeley
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&

Can't determine Sort Order error when using sort by function

2011-04-21 Thread Otis Gospodnetic
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