Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 67329 invoked from network); 9 Nov 2001 14:56:46 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 9 Nov 2001 14:56:46 -0000 Received: (qmail 21134 invoked by uid 97); 9 Nov 2001 14:56:21 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@jakarta.apache.org Received: (qmail 21101 invoked by uid 97); 9 Nov 2001 14:56:20 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 21085 invoked from network); 9 Nov 2001 14:56:17 -0000 Message-ID: <03bb01c1692e$a1decd70$6401a8c0@PROVIDENCE> From: "Jeff Trent" To: Subject: Queries involving AND don't seem to work properly Date: Fri, 9 Nov 2001 09:55:54 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_03B8_01C16904.B88B7F20" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_03B8_01C16904.B88B7F20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I'm using RC1 and it seems that queries such as "KeywordThatIKnowIsNotIndexed AND KeywordThatIsIndexed" is queried, the = results act as if I specified OR instead of AND and I get all matches to = KeywordThatIsIndexed instead of getting no results as I expected to see. Any ideas? Thanks, Jeff ------=_NextPart_000_03B8_01C16904.B88B7F20--