; Erick
>> >>
>> >> On 9/11/07, Jawahar Lal <[EMAIL PROTECTED]> wrote:
>> >>>
>> >>> Can we made StandardAnalyzer not to cut the word on '-' by
>> >>> setting some
>> >>> property or something like that
t;>
> >>> Can we made StandardAnalyzer not to cut the word on '-' by
> >>> setting some
> >>> property or something like that ?
> >>>
> >>>
> >>> On 11/09/2007, Laxmilal Menaria <[EMAIL PROTECTED]> wrote:
> >>>>
> >>>
mething like that ?
On 11/09/2007, Laxmilal Menaria <[EMAIL PROTECTED]> wrote:
-- Forwarded message --
From: Mathieu Lecarme <[EMAIL PROTECTED]>
Date: Sep 10, 2007 6:40 PM
Subject: Re: Searching Exact Word from Index
To: java-user@lucene.apache.org
Laxmilal Menaria
; > -- Forwarded message ------
> > > From: Mathieu Lecarme <[EMAIL PROTECTED]>
> > > Date: Sep 10, 2007 6:40 PM
> > > Subject: Re: Searching Exact Word from Index
> > > To: java-user@lucene.apache.org
> > >
> > >
t; On 11/09/2007, Laxmilal Menaria <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > -- Forwarded message --
> > From: Mathieu Lecarme <[EMAIL PROTECTED]>
> > Date: Sep 10, 2007 6:40 PM
> > Subject: Re: Searching Exact Word from Index
>
gt; Date: Sep 10, 2007 6:40 PM
> Subject: Re: Searching Exact Word from Index
> To: java-user@lucene.apache.org
>
> Laxmilal Menaria a écrit :
> > Hello Everyone,
> >
> > I want to search 'abc-d' as exact keyword not 'abc d'. KeywordAnalyzer
>
Laxmilal Menaria a écrit :
> Hello Everyone,
>
> I want to search 'abc-d' as exact keyword not 'abc d'. KeywordAnalyzer can
> be used for this purpose. StandradAnalyzer create different tokens for
> 'abc-d' as 'abc' and 'd'.
> But I can not use this, becuase I am indexing the content of a text fil
Hello Everyone,
I want to search 'abc-d' as exact keyword not 'abc d'. KeywordAnalyzer can
be used for this purpose. StandradAnalyzer create different tokens for
'abc-d' as 'abc' and 'd'.
But I can not use this, becuase I am indexing the content of a text file. It
will search whole content as a s