Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 74240 invoked from network); 22 Sep 2004 17:21:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Sep 2004 17:21:52 -0000 Received: (qmail 95289 invoked by uid 500); 22 Sep 2004 17:21:34 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 94976 invoked by uid 500); 22 Sep 2004 17:21:32 -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 94959 invoked by uid 99); 22 Sep 2004 17:21:31 -0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [195.110.64.125] (HELO smtp.uk.colt.net) (195.110.64.125) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 22 Sep 2004 10:21:31 -0700 Received: from rte.ie (mx.rte.ie [217.173.98.209]) by smtp.uk.colt.net (Postfix) with ESMTP id 34DBD127488 for ; Wed, 22 Sep 2004 18:18:07 +0100 (BST) Message-ID: <4151B496.8050808@rte.ie> Date: Wed, 22 Sep 2004 18:21:26 +0100 From: John Moylan User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Users List Subject: Re: about snowball References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N You need to search useing a snowball analayzer and also index using the same analyzer. John Wermus Fernando wrote: > I have test my app with snowball for english. But I'm doing something > wrong because I can't get any result from hit. > > If I index "lazy" with English snowball when I see the word in Luke it > shows "lazy" (I've read that Luke show the file as is). When I do the > search for the word "laziness" the snowball English change for "lazi" > but it doesn't seem to add any * . So I can't get any hit. > > If I search for > > laziness > > The result using MultiFieldQueryParser > > description:lazi > > 0 hits > > I am supposed to index the word "lazy" as tokenized, unindexed or > something like this to get a hit. I have a similar problem when sorting, > it ask for being untokenized. > > What am I doing wrong? > > How can I use Luke to look up words using snowball English? > > thanks > ****************************************************************************** The information in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution, or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Please note that emails to, from and within RT� may be subject to the Freedom of Information Act 1997 and may be liable to disclosure. ****************************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org