Hi Lisa, I think AnalyzerWrapper https://lucene.apache.org/core/4_0_0/core/org/apache/lucene/analysis/AnalyzerWrapper.html
Ahmet On Sunday, April 19, 2015 1:37 PM, Lisa Ziri <lisaz...@gmail.com> wrote: Hi, I'm upgrading to lucene 5.1.0 from lucene 4. In our index we have documents in different languages which are analyzed with the correct analyzer. We used the method addDocument of IndexWriter giving the correct analyzer for every different document. Now I see that I can define the analyzer used by the IndexWriter only in the creation and I cannot switch analyzer on the same IndexWriter. We allow to do some searches cross languages, so we cannot separate the documents in diferrent indexes. Suggestions for the better way to solve this use case? Thank you, Lisa --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org