On Wed, Dec 23, 2009 at 4:05 PM, Pascal Bleser <pascal.ble...@atosorigin.com
> wrote:

> Using Solr 1.4 (release)
> My complete schema is here, basically a somewhat stripped down version of
> the
> example's schema.xml, and a few additional fields:
> http://pastebin.be/22596
>
> I've read past posts on this issue and believe to mostly understand what
> caused
> it, but I cannot find that problem in my configuration, even after
> implementing
> the workarounds: when I perform a search (*), I get the a 500 stating:
> "there
> are more terms than documents in field "text", but it's impossible to sort
> on
> tokenized fields"
>
> The complete stack trace is here: http://pastebin.be/22597
>
> (*) The search query is as follows:
> /solr/select?sort=alphaNameSort+desc&q=java
>
>
The stack trace indicates that you are using the ord(text) function query.
Check your solrconfig.xml if ord(text) exists in the default section of your
search handler.

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to