On 12/27/2010 6:19 PM, Ahmet Arslan wrote:
Its an intiger like 1293452485. I changed the solr schema
as you specified

<field name="sortId" type="tint" indexed="true"
stored="true" required="true"/>

Restarted the solr server.

First sort field sortId desc is working but the second sort
field packageId desc is not working

Then make packageId tint too, like sortId.

<field name="packageId" type="tint" indexed="true" stored="true"/>

By the way did you re-index?



Yes it was sint and now i changed to tint
Restarted the solr server
Remove the data from the solr server
Added fresh data for testing.
But not working the sorting.

Reply via email to