From lucene-user-return-4771-qmlist-jakarta-archive-lucene-user=nagoya.apache.org@jakarta.apache.org Wed Jun 11 19:49:51 2003 Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 61493 invoked from network); 11 Jun 2003 19:49:51 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 11 Jun 2003 19:49:51 -0000 Received: (qmail 25348 invoked by uid 97); 11 Jun 2003 19:52:12 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@nagoya.betaversion.org Received: (qmail 25341 invoked from network); 11 Jun 2003 19:52:11 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 11 Jun 2003 19:52:11 -0000 Received: (qmail 61194 invoked by uid 500); 11 Jun 2003 19:49:47 -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 61183 invoked from network); 11 Jun 2003 19:49:47 -0000 Received: from unknown (HELO isc?mail.infosciences.com) (141.156.69.115) by daedalus.apache.org with SMTP; 11 Jun 2003 19:49:47 -0000 Received: from Aviran (141.156.69.109 [141.156.69.109]) by isc_mail.infosciences.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id MRLYZ6AR; Wed, 11 Jun 2003 15:53:38 -0400 From: "Aviran Mordo" To: "'Lucene Users List'" Subject: RE: query question "in trouble" Date: Wed, 11 Jun 2003 15:49:33 -0400 Message-ID: <000f01c33052$9c6593a0$6a00a8c0@Aviran> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal In-Reply-To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N In is probably a STOP word in your analyzer -----Original Message----- From: Ryan Clifton [mailto:rclifton@cj.com] Sent: Wednesday, June 11, 2003 3:13 PM To: Lucene Users List Subject: query question "in trouble" Hello, Upon reviewing the results of some queries recently I noticed that the query: "in trouble" always searches for "trouble". Is 'in' a keyword that I'm not aware of? I searched the whole query syntax page and didn't see it mentioned. I tried "an trouble" and the query worked fine. The query parser appears to be stripping out 'in', but not doing anything with it. Here's my log: ******Query: "in trouble" 2003-06-11 12:08:50,540 DEBUG Searching for: textcontent:trouble (Query.toString()) 2003-06-11 12:08:50,569 DEBUG 6582 total matching documents ******Query: "an trouble" 2003-06-11 12:06:11,275 DEBUG Searching for: textcontent:"an trouble" (Query.toString()) 2003-06-11 12:06:12,342 DEBUG 1 total matching documents Any ideas? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org