I am using solr 3.4 and want to have solr search results to be sorted on text field. How can I achieve sorting on text field as with int natural ordering?
Is there any way to convert text field to int during query?
My sort field is of string type and I want it to be behave as int field while sorting. I can not change field type as the index size is too large and can not re index.
Any idea how can I achieve this?