mail.com]
> Sent: Thursday, October 29, 2009 5:08 AM
> To: java-user@lucene.apache.org
> Subject: Re: Lucene 2.9.0 / BooleanQuery problem
>
> OMG, it's SO OBVIOUS! For the normal search (sector:IT AND
> group:group)
> the problem was indeed that IT is "it", s
OMG, it's SO OBVIOUS! For the normal search (sector:IT AND group:group)
the problem was indeed that IT is "it", stopword. Thanks, I was so not
seeing it!
But what about the BooleanQuery? It should work fine too now...
//
// Test BooleanQuery
//
BooleanQuery que
Hi Michel,
I don't have time to look in too much detail right now, but I'll bet ya $5
it's because
your query is for "sector:IT" - 'IT' lowercases to 'it' which is in the
default stopword
list, and if you're not careful about how you query with this, you'll end up
with TermQuery
instances which