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]

Reply via email to