Re: Searching Exact Word from Index

2007-09-25 Thread mnr
; 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

Re: Searching Exact Word from Index

2007-09-11 Thread Jae Joo
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: > >>>> > >>>

Re: Searching Exact Word from Index

2007-09-11 Thread Grant Ingersoll
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

Re: Searching Exact Word from Index

2007-09-11 Thread Jae Joo
; > -- 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 > > > > > >

Re: Searching Exact Word from Index

2007-09-11 Thread Erick Erickson
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 >

Re: Searching Exact Word from Index

2007-09-11 Thread Jawahar Lal
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 >

Re: Searching Exact Word from Index

2007-09-10 Thread Mathieu Lecarme
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