When I sort desc on posting_id sort=posting_id%20desc, I get the following result "posting_id":"9999313" "posting_id":"9999312" "posting_id":"9999310"
When I sort asc on posting_id sort=posting_id%20asc, I get the following result "posting_id":"10005343" "posting_id":"10005349" "posting_id":"10005359" *In descending the 8 figure numbers are not coming up first and in ascending the 7 figure numbers are not coming up first.* Entry in schema is - <field name="posting_id" type="string" indexed="true" stored="true" required="true" docValues="true" multiValued="false"/>