Re: Is Analyzer used when calling IndexWriter.addIndexesNoOptimize()?

2012-12-05 Thread Earl Hood
On Wed, Dec 5, 2012 at 8:24 AM, Jack Krupansky wrote: > These are operations on indexes, so analysis is no longer relevant. Analysis > is performed BEFORE data is placed in an index. You still need to perform > analysis for queries though. This is what I thought. Just wanted to get confirmation.

Re: Is Analyzer used when calling IndexWriter.addIndexesNoOptimize()?

2012-12-05 Thread Jack Krupansky
From: Earl Hood Sent: Wednesday, December 05, 2012 2:33 AM To: java-user@lucene.apache.org Subject: Is Analyzer used when calling IndexWriter.addIndexesNoOptimize()? Lucene version: 3.0.3 Does IndexWriter use the analyzer when adding indexes via addIndexesNoOptimize()? What about for optimize()?

Is Analyzer used when calling IndexWriter.addIndexesNoOptimize()?

2012-12-04 Thread Earl Hood
Lucene version: 3.0.3 Does IndexWriter use the analyzer when adding indexes via addIndexesNoOptimize()? What about for optimize()? I am examining some existing code and trying to determine what effects there may be when combining multiple indexes into a single index, but each index may have had