Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@apache.org Received: (qmail 46388 invoked from network); 12 May 2003 22:45:59 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 12 May 2003 22:45:59 -0000 Received: (qmail 20465 invoked by uid 97); 12 May 2003 22:48:09 -0000 Delivered-To: qmlist-jakarta-archive-lucene-dev@nagoya.betaversion.org Received: (qmail 20458 invoked from network); 12 May 2003 22:48:09 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 12 May 2003 22:48:09 -0000 Received: (qmail 46076 invoked by uid 500); 12 May 2003 22:45:56 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 46065 invoked from network); 12 May 2003 22:45:56 -0000 Received: from smtp10.atl.mindspring.net (207.69.200.246) by daedalus.apache.org with SMTP; 12 May 2003 22:45:56 -0000 Received: from h-66-167-237-95.mclnva23.covad.net ([66.167.237.95] helo=POWERPACK) by smtp10.atl.mindspring.net with smtp (Exim 3.33 #1) id 19FM3W-0006zi-00 for lucene-dev@jakarta.apache.org; Mon, 12 May 2003 18:46:02 -0400 Message-ID: <043a01c318d8$4c84ccc0$0501a8c0@POWERPACK> From: "Terry Steichen" To: "Lucene Developers List" References: <4.3.2.7.2.20030512143508.01dd3a98@franklin.cisco.com> Subject: Re: DefaultAnalyzer behavior for wild card searches Date: Mon, 12 May 2003 18:46:13 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I believe it's because the Analyzer is probably treating "Foo_general" as "Foo general". Regards, Terry ----- Original Message ----- From: "Nitin Patil" To: Cc: "Pat Lightbody" ; "Nitin Patil" Sent: Monday, May 12, 2003 6:31 PM Subject: Q: DefaultAnalyzer behavior for wild card searches > Hi, > > I'm having an indexed field ("title") with the following value > "Foo_general" > > I am trying several search combinations to return this title. > 1. Query => "title:Foo" returns the title. > 2. Query => "title:general" returns the title. > 3. Query => "title:Foo_gen*" doesn't seem to work. > > Any clues? > > Thanks, > - Nitin > > ________________________________________________________________________ > Nitin Patil > ASTG TACWeb > Phone: +1 408-853-8889 > Email: nipatil@cisco.com > ________________________________________________________________________ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-dev-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org