Lucene Sorting

2013-04-17 Thread pankaj.pandey4
Hi, We are facing sorting issue on the data indexed using Solr. Below is the sample code. Problem is, data returned by the below code is not properly sorted i.e. there's no ordering of data. Can anyone assist me on this? TopDocs topDocs = null; Directory directory = FSDire

Re: SOLR/Lucene sorting - Question/ requesting suggestion

2007-11-29 Thread Ryan McKinley
Kasi Sankaralingam wrote: When we have the following set of data, they are first sorted based on Capital letters and then lower case . Is there a way to make them sort regardless of character case? Avaneesh Bruce Veda caroleY jonathan junit So carole would come after Bruce. Thanks sorting i

SOLR/Lucene sorting - Question/ requesting suggestion

2007-11-29 Thread Kasi Sankaralingam
When we have the following set of data, they are first sorted based on Capital letters and then lower case . Is there a way to make them sort regardless of character case? Avaneesh Bruce Veda caroleY jonathan junit So carole would come after Bruce. Thanks