Re: Changing default QueryParser operator from OR to AND

2006-02-10 Thread Erik Hatcher
On Feb 10, 2006, at 4:37 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: IF QueryParser gets a phrase with a number of words (ie: "here are words") it uses the implicit operator OR - "here OR are OR words". LIA on p94 says the operator "by default is OR", implying that there may be some

RE: Changing default QueryParser operator from OR to AND

2006-02-10 Thread Iain Willis
2006 11:38 To: java-user@lucene.apache.org Subject: Changing default QueryParser operator from OR to AND Hi guys, IF QueryParser gets a phrase with a number of words (ie: "here are words") it uses the implicit operator OR - "here OR are OR words". LIA on p94 says the operat

Changing default QueryParser operator from OR to AND

2006-02-10 Thread Tim.Wright
Hi guys, IF QueryParser gets a phrase with a number of words (ie: "here are words") it uses the implicit operator OR - "here OR are OR words". LIA on p94 says the operator "by default is OR", implying that there may be some way to change this. We'd really like the default to be AND. Is that pos