I admit I've never used IndexMergeTool, I've always used
IndexWriter.AddIndexex and then execute
IndexWriter.optimize().

And I've seen no problems. That call takes no
analyzer.

Erick

On Jan 14, 2008 6:12 AM, <[EMAIL PROTECTED]> wrote:

> > See org.apache.lucene.misc.IndexMergeTool
>
> Thank you.
>
> But this uses a hardcoded analyzer and deprecated API-Calls.
>
> How does the used analyzer effect the merge process?
> Is everything reindexed with this new analyzer again? Does this make
> sense?
> What if the sources indexes had other analyzers used?
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to