Hello, I got over that problem but now i am facing a new problem.
Indexing works but search does not. I used the following line in the schema:- <field name="alphaname" type="alphaOnlySort" indexed="true" stored="false"/> and <copyField source="foodDescUS" dest="alphaname"/> I'm trying to use the default "alphaOnlySort" in the sample schema.xml. Database is MySQL, there is a column/field named ColXYZ My data-config looks like :- <field column="ColXYZ" name="foodDescUS" /> <field column="ColXYZ" name="alphaname" /> In which scenarios would SOLR index the records/documents but the search won't work Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/solr-sorting-problem-tp486144p2886248.html Sent from the Solr - User mailing list archive at Nabble.com.