Hi all,
I'm managing a multicountry and multilanguage site on CQ 5..6.1 version.
I would like to use advanced search functionalities for all languages in the site (english, italian, spanish, french, german, etc..)
First of all, I would to use stemming.
By default, this is enabled only for english language and it doesn't work with the other languages.
I know that Lucene can be configured through the repository.xml, in the tag <
SearchIndex
class
=
"com.day.crx.query.lucene.LuceneHandler"
>
But, for example, only one analyzer can be set at a time.
Is there a way to configure multiple analyzers, synosym providers, tokenizers etc.. according to the path in the repository? That is, for the italian tree of the site Lucene uses italian analyzer,tokenizer, etc.. both to index and to search, meanwhile for the english tree Lucenes uses english analyzer,tokenizer, etc.. both to index and to search and so on.
Thanks
Aldo