I tried below 3 methods to sort the output from solr 4.3.1., no error and not sorting on any given field. 1)addSort(field, order) 2)addOrUpdateSort(field, order) 3)setSort(field, order)
my schema setting for the fields i tried are <field name="CLAI_CLM_NUM" type="string" indexed="true" stored="false" multiValued="false"/> <field name="FIRST_NAM" type="string" indexed="true" stored="false" multiValued="false"/> <field name="LAST_NAM" type="string" indexed="true" stored="false" multiValued="false"/> Any one please tell me why the sorting is not working? -- View this message in context: http://lucene.472066.n3.nabble.com/sorting-using-org-apache-solr-client-solrj-SolrQuery-not-working-tp4089985.html Sent from the Solr - User mailing list archive at Nabble.com.