Hi all,
i've a question about lucene indexing.
Lucene's default Analyzers works in English …
If i want to re-index all my db content in another language ??
Is it possible to share english/other language indexing ?
in alfresco-global.properties i havo to specify some properties like:
lucene.indexer.defaultMLIndexAnalysisMode=EXACT_LANGUAGE_AND_ALL
lucene.indexer.defaultMLSearchAnalysisMode=EXACT_LANGUAGE_AND_ALL
??
Thanks!