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
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
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