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
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 …