On Thu, Aug 28, 2008 at 10:32 AM, Dino Korah <[EMAIL PROTECTED]> wrote: > If I am to completely avoid the query parser and use the BooleanQuery along > with TermQuery, RangeQuery, PrefixQuery, PhraseQuery, etc, does the search > words still get to the Analyzer, before actually doing the real search?
Nope... the Analyzer is invoked by the QueryParser. -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]