Re: Accent insensitive search for greek characters

2017-09-27 Thread Koji Sekiguchi
Hi Chitra, Without having the knowledge of the language, but can you solve the problem not in TokenFilter level but in CharFilter level, by setting your own mapping definition using MappingCharFilter? Koji On 2017/09/27 21:39, Chitra wrote: Hi Ahmet, Thank you so much

Re: solr 7.0: possible analysis error: startOffset must be non-negative

2017-09-27 Thread Nawab Zada Asad Iqbal
so, it seems like two steps for WordDelimiterGraphFilterFactory (with different config in each step) were causing the error. I am still not sure how it ended up in this state and if there is any benefit of having two lines. But removing one of them fixed my error. Thanks Nawab On Wed, Sep 27,

solr 7.0: possible analysis error: startOffset must be non-negative

2017-09-27 Thread Nawab Zada Asad Iqbal
Hi, I upgraded to solr 7 today and i am seeing tonnes of following errors for various fields. o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Exception writing document id file_3881549 to the index; possible analysis error: startOffset must be non-negative, and endOffset

Re: Accent insensitive search for greek characters

2017-09-27 Thread Mike Sokolov
These are only used in classical Greek I think, explaining probably why they are not covered by the simpler filter. On September 27, 2017 9:48:37 AM EDT, Ahmet Arslan wrote: >I may be wrong about ASCIIFoldingFilter. Please go with the >ICUFoldingFilter. >Ahmet >On

Re: Accent insensitive search for greek characters

2017-09-27 Thread Ahmet Arslan
I may be wrong about ASCIIFoldingFilter. Please go with the ICUFoldingFilter. Ahmet On Wednesday, September 27, 2017, 3:47:01 PM GMT+3, Chitra wrote: Hi Ahmet,                      Thank you so much for the reply. I have tried but it seems, ASCIIFoldingFilter is

Re: Accent insensitive search for greek characters

2017-09-27 Thread Chitra
Hi Ahmet, Thank you so much for the reply. I have tried but it seems, ASCIIFoldingFilter is not supporting greek accent characters and it supports only Latin like accent characters. Am I missing anything? Chitra On Wed, Sep 27, 2017 at 5:47 PM, Ahmet Arslan

Re: Accent insensitive search for greek characters

2017-09-27 Thread Ahmet Arslan
Hi, Yes ICUFoldingFilter or ASCIIFoldingFilter could be used. ahmet  On Wednesday, September 27, 2017, 1:54:43 PM GMT+3, Chitra wrote: Hi,                 In Lucene, I want to search greek characters(with accent insensitive) by removing or replacing accent

Accent insensitive search for greek characters

2017-09-27 Thread Chitra
Hi, In Lucene, I want to search greek characters(with accent insensitive) by removing or replacing accent marks with similar characters. Example: we are trying to convert Greek Extended characters to basic Greek Unicode