You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Abhishek tiwari <ab...@gmail.com> on 2012/04/12 12:08:28 UTC

Error

http://xyz.com:8080/newschema/mainsearch/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&sort=termfreq%28cuisine_priorities_list,%27Chinese%27%29%20desc

Error :  HTTP Status 400 - Missing sort order.
Why i am getting error ?

Re: Error

Posted by Erick Erickson <er...@gmail.com>.
The "termfreq" function is only valid for trunk.
You're using 3.4. Since 'termfreq' is not recognized, Solr
gets confused.

Best
Erick

On Thu, Apr 12, 2012 at 10:20 AM, Abhishek tiwari
<ab...@gmail.com> wrote:
> i am using 3.4 solr version... please assist...
>
> On Thu, Apr 12, 2012 at 8:41 PM, Erick Erickson <er...@gmail.com>wrote:
>
>> Please review:
>>
>> http://wiki.apache.org/solr/UsingMailingLists
>>
>> You haven't said whether, for instance, you're using trunk which
>> is the only version that supports the "termfreq" function.
>>
>> Best
>> Erick
>>
>> On Thu, Apr 12, 2012 at 4:08 AM, Abhishek tiwari
>> <ab...@gmail.com> wrote:
>> >
>> http://xyz.com:8080/newschema/mainsearch/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&sort=termfreq%28cuisine_priorities_list,%27Chinese%27%29%20desc
>> >
>> > Error :  HTTP Status 400 - Missing sort order.
>> > Why i am getting error ?
>>

Re: Error

Posted by Abhishek tiwari <ab...@gmail.com>.
i am using 3.4 solr version... please assist...

On Thu, Apr 12, 2012 at 8:41 PM, Erick Erickson <er...@gmail.com>wrote:

> Please review:
>
> http://wiki.apache.org/solr/UsingMailingLists
>
> You haven't said whether, for instance, you're using trunk which
> is the only version that supports the "termfreq" function.
>
> Best
> Erick
>
> On Thu, Apr 12, 2012 at 4:08 AM, Abhishek tiwari
> <ab...@gmail.com> wrote:
> >
> http://xyz.com:8080/newschema/mainsearch/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&sort=termfreq%28cuisine_priorities_list,%27Chinese%27%29%20desc
> >
> > Error :  HTTP Status 400 - Missing sort order.
> > Why i am getting error ?
>

Re: Error

Posted by Erick Erickson <er...@gmail.com>.
Please review:

http://wiki.apache.org/solr/UsingMailingLists

You haven't said whether, for instance, you're using trunk which
is the only version that supports the "termfreq" function.

Best
Erick

On Thu, Apr 12, 2012 at 4:08 AM, Abhishek tiwari
<ab...@gmail.com> wrote:
> http://xyz.com:8080/newschema/mainsearch/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&sort=termfreq%28cuisine_priorities_list,%27Chinese%27%29%20desc
>
> Error :  HTTP Status 400 - Missing sort order.
> Why i am getting error ?