Hi 
I am setting up a solr search index which makes use of dataimporthandler.
Here i have a column, called rank. it will contain values from 1 to 10. 
But this is of type varchar in oracle db and TextField in corresponding
schema.

The issue here is when i do a: 
sort=rank asc in the query, i am not getting the actual rank based sorted
results
also, rank:5 , is giving 0 results(all results with rank 5 is expected).

Can somebody please suggest a workaround for this issue.

Thanks in advance
con

 
-- 
View this message in context: 
http://www.nabble.com/Issue-in-using-numeric-values-tp24288440p24288440.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to