No, but you can create your own custom analyzer that does whatever
you want it to.

Best
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 ?
>
>
> 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 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
> > file. It
> > > will search whole content as a single keyword.
> > > But I want to search any word from the content.
> > >
> > > Please let me now how it is possible..
> > >
> > > Using : Java Lucene 2.2
> > >
> > >
> > choose an analyzer wich doesn't cut word on "-" or build it yourself.
> > You can use a basic one and add filter on it.
> >
> > M.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> > --
> > Thanks,
> > Laxmilal menaria
> >
> > http://www.chambal.net/
>

Reply via email to