cancel
Showing results for 
Search instead for 
Did you mean: 

lucene indexing language

giluka
Champ in-the-making
Champ in-the-making
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!
1 REPLY 1

giluka
Champ in-the-making
Champ in-the-making
i found solution …
lucene indexing is made using analyzer related to current jvm language …
I've forced my jvm to start with same language of document i want to index …