On Thu, Oct 28, 2010 at 5:18 PM, Michael McCandless
<luc...@mikemccandless.com> wrote:
> Is it somehow possible that you are trying to sort by a multi-valued field?
[...]

Either that, or or your field gets processed into multiple tokens via the
analyzer/tokenizer path in your schema. The reported error is a
consequence of the fact that different documents might result in a
different number of tokens.

Please show us the part of schema.xml that defines the field type for
the field "title".

Regards,
Gora

Reply via email to