Hi

Guy's

Apologies.........


        I am little Confused with the Search Factor.


        If the Search Word  'kid'  is suppose to return me   kid ,  kid's ,
kidoos, children

       1) Do I need to use Combination of more then one Analysers ??? , If
so How.
       2) Any Alternate modification to be done for the simple Searcher
methods. ??




Thx in advance.



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 28, 2004 8:55 PM
To: [EMAIL PROTECTED]
Subject: RE: Searchable Solutions Please


A quick pointer..

What you want to look at is using a stemming implementation.  Look, for
example, at the FAQ and docs related to the PorterStemFilter and writing
A customer analyzer
(http://lucene.sourceforge.net/cgi-bin/faq/faqmanager.cgi?file=chapter.index
ing&toc=faq#q17).

There is a lot of information regarding this but you'll need the same
analyzer for index and query and this would be more or less English only.

-George

> -----Original Message-----
> From: Karthik N S [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 28, 2004 1:47 AM
> To: LUCENE
> Subject: Searchable Solutions Please
>
>
> Hi Guys
>
>
> Aplologies....................
>
>
> On a Using the  Lucene Search , If returned hits for the following is to
be
> aquired
>
> Search Word =' kids watches '
> Hits on docs  returned should have =    kid's , kid watch , junior watches
>
>
> Solution's Please
>
>
> Thx in advance
>
>
>
>
>
>
>       WITH WARM REGARDS
>       HAVE A NICE DAY
>       [ N.S.KARTHIK]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to