> 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?