On Fri, Oct 29, 2010 at 1:47 PM, Pablo Recio wrote:
> That's my schema XML:
>
>
>
>
>
>
>
>
>
> ignoreCase="true" expand="true"/>
>
>
>
>
>
>
>
>
[...]
> required="true" multiValued="false" omitNorms="f
That's my schema XML:
link
text
...
2010/10/28 Gora Mohanty
> On Thu, Oct 28, 2010 at 5:18 PM, Michael McCandless
> wrote:
> >
On Thu, Oct 28, 2010 at 5:18 PM, Michael McCandless
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 t
Is it somehow possible that you are trying to sort by a multi-valued field?
Mike
On Thu, Oct 28, 2010 at 6:59 AM, Pablo Recio wrote:
> Hi all. I'm having a problem with solr sorting search results.
>
> When I try to make a query and sort it by title:
>
> http://localhost:8983/solr/select/?q=*%3A
Hi all. I'm having a problem with solr sorting search results.
When I try to make a query and sort it by title:
http://localhost:8983/solr/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&sort=title%20desc
I get that error [1]. If I try to sort by other indexed field it works, indeed
if I c