Re: Analyzer at Query time

2008-08-28 Thread Yonik Seeley
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

Re: Analyzer at Query time

2008-08-28 Thread Mark Miller
Dino Korah wrote: Hi All, 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? Many thanks, Dino Answer: no The Q

Analyzer at Query time

2008-08-28 Thread Dino Korah
Hi All, 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? Many thanks, Dino