Обсуждение: Add a stemmer for fts

Поиск
Список
Период
Сортировка

Add a stemmer for fts

От
P Gouv
Дата:
Hello.
I was trying to find a stemmer for greek but it isnt supported out of the box. Dictionaries dont help at all because they just limit the words they do nothing useful for my problem.
I found several stemmers in php / java etc from lucene but i am not sure how i can use it with postgresql. I guess i can use PL/Java  PL/php but seems difficult to compile it under windows and production is linux 8.4 version..
Do you have any solution idea for my problem ?