Marc SCHNEIDER gmail.com> writes:
>
> Hi,
>
> I have a field called test-id but I can't use it when sorting, for example :
> Doesn't work : ("undefined field test")
> http://localhost:8180/solr/test-public/select/?q=test-id:1&sort=test-id+asc
> http://localhost:8180/solr/test-public/select/?q=t
Have you tried url-encoding?
http://localhost:8180/solr/test-public/select/?q=test-id:1&sort=test%2Did+asc
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
On 19. mai 2011, at 10.50, Marc SCHNEIDER wrote:
> Hi,
>
> I have a field called test-id but I can't use it when