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


I just noticed, you are supplying multiple sort parameters. That's the problem. 
There should be only one sort parameter. 

Wrong: &sort=id desc&sort=f desc
Correct: &sort id desc,f desc


      

Reply via email to