RE: IndexWriter#addIndexes

2008-01-21 Thread spring
> Genau! Indices are simply merged on disk, their content is > not re-analyzed. Thank you! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: IndexWriter#addIndexes

2008-01-19 Thread Otis Gospodnetic
2008 7:48:27 AM Subject: IndexWriter#addIndexes Hi, looking into the code of IndexMergeTool I saw this: IndexWriter writer = new IndexWriter(mergedIndex, new SimpleAnalyzer(), true); Then the indexes are added to this new index. My question is: How does the Analyzer of this IndexWriter instance

IndexWriter#addIndexes

2008-01-16 Thread spring
Hi, looking into the code of IndexMergeTool I saw this: IndexWriter writer = new IndexWriter(mergedIndex, new SimpleAnalyzer(), true); Then the indexes are added to this new index. My question is: How does the Analyzer of this IndexWriter instance effect the merge process? It seems that is do