Re: Sorting non-english text

2016-08-25 Thread Vasu Y
Thank you Ahmet. I have couple of questions on using CollationKeyAnalyzer: 1) Is it enough to specify this Analyzer in schema.xml as shown below or do i need to pass any parameters like language etc.? 2) Do we need to define one CollationKeyAnalyzer per language? 3) I also noticed that there is o

Re: Sorting non-english text

2016-08-25 Thread Ahmet Arslan
Hi, I think there is a dedidated fieldType for this: https://cwiki.apache.org/confluence/display/solr/Language+Analysis#LanguageAnalysis-UnicodeCollation Ahmet On Thursday, August 25, 2016 9:08 PM, Vasu Y wrote: Thank you Ahmet. I have couple of questions on using CollationKeyAnalyzer: 1) I

Re: Sorting non-english text

2016-08-25 Thread Ahmet Arslan
Hi Vasu, There is a field type or something like that (CollationKeyAnalyzer) for language specific sorting. Ahmet On Thursday, August 25, 2016 12:29 PM, Vasu Y wrote: Hi, I have a text field which can contain values (multiple tokens) in English; to support sorting, I had in schema.xml to co

Sorting non-english text

2016-08-25 Thread Vasu Y
Hi, I have a text field which can contain values (multiple tokens) in English; to support sorting, I had in schema.xml to copy this to a new field of type "lowercase" (defined as below). I also have text fields of type text_de, text_es, text_fr, ja, cn etc. I intend to do to copy them to a new f