Re: Sorting fields of text_general fieldType

2012-08-04 Thread Erick Erickson
Did you re-index everything after the change you made? Your old docs will be sorted by null values in the title_sort field, so they'd all come out first or last depending, then sub-sorted by internal Lucene doc ID. If you have, can you just create an index with, say, 6 titles that sorts

Re: Sorting fields of text_general fieldType

2012-08-03 Thread Lance Norskog
Give us some pairs of titles which sort the wrong way. On Thu, Aug 2, 2012 at 10:06 AM, Anupam Bhattacharya anupam...@gmail.com wrote: The approach used to work perfectly. But recently i realized that it is not working for more than 30 indexed records. I am using SOLR 3.5 version. Is

Re: Sorting fields of text_general fieldType

2012-08-03 Thread Anupam Bhattacharya
Few titles are as following: Embattled JPMorgan boss survives power challenge - Jakarta Globe Kitten Survives 6500-Mile Trip in China-US Container - Jakarta Globe Guard survives hail of bullets - Jakarta Post On Fri, Aug 3, 2012 at 1:09 PM, Lance Norskog goks...@gmail.com wrote: Give us some

Re: Sorting fields of text_general fieldType

2012-08-02 Thread Anupam Bhattacharya
The approach used to work perfectly. But recently i realized that it is not working for more than 30 indexed records. I am using SOLR 3.5 version. Is there another approach to SORT a title field in proper alphabetical order irrespective of Lower case and Upper case. Regards Anupam On Thu,

Re: Sorting fields of text_general fieldType

2012-05-17 Thread Ahmet Arslan
The title sort works in a strange manner because the SOLR server treats title string based on Upper Case or Lower Case String. Thus if we sort in ascending order, first the title with numeric shows up then the titles in alphabetical order which starts with Upper Case after that the titles