I just can't understand what I am doing wrong so I am asking for your help.
I'm trying to make Lucene work over Greek characters. I have inserted the files provided (GreekCharsets, GreekLowerCaseFilter and GreekAnalyzer) in the lucene-1.4.3.jar and created a new file DataTypeAnalyzer_el_GR.properties in the alfresco/model path.Also I have changed (everywhere needed) standard.StandardAnalyzer with el.GreekAnalyzer.
However it seems that it isn't working. The searching engine doesn't ignore the stop words and it doesn't correctly recognise the accented characters.
If I am not wrong it should show the same results if I search for the word κενό or the word κενο, right?(meaning with or without accent).Howerver it doesn't do that.
thanks