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 Ellery Leung <el...@be-o.com> on 2009/12/16 08:59:49 UTC

What does it mean about this error message???

there_are_more_terms_than_documents_in_field_<someField>_but_its_impossible_
to_sort_on_tokenized_fields

 

The index is probably built and run.  Using Solr 1.4.

 

The error message is quite vague that it seems to talk about different
thing..

 

Can somebody please explain what it is?

 

Thank you in advance

 


Re: What does it mean about this error message???

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
On Wed, Dec 16, 2009 at 1:29 PM, Ellery Leung <el...@be-o.com> wrote:

>
> there_are_more_terms_than_documents_in_field_<someField>_but_its_impossible_
> to_sort_on_tokenized_fields
>
> The index is probably built and run.  Using Solr 1.4.
>
> The error message is quite vague that it seems to talk about different
> thing..
>
> Can somebody please explain what it is?
>
>
That error message means that you are trying to sort on a tokenized (or
multi-valued) field which is not possible in Solr. Sorting must be done on a
field which has a single token per document.

-- 
Regards,
Shalin Shekhar Mangar.