please advice if I am doing someting wrong
regards
rahul...
On Wed, 20 Jul 2005 Erik Hatcher wrote :
>
>On Jul 20, 2005, at 1:22 AM, Rahul D Thakare wrote:
>
>>
>>Hi Ian,
>>
>> Yes, I did implement Eric's suggestion last week, but couldn't help.
>
&g
:
>Have you tried Erik's suggestion from last week?
>http://mail-archives.apache.org/mod_mbox/lucene-java-user/200507.mbox/[EMAIL
>PROTECTED]
>
>There is certainly some case confusion in your examples there.
>Personally, I tend to just lowercase all text on indexing and
>searchin
Hi,
I am using Field.Keyword for indexing multi-word keyword (eg: MAIN LOGIG).
Also used keywordAnalyzer, but wild card search is not coming up. Is there
anything which I need to do in addition or, wild card search is not possible
with keyword field.
thanks and regards,
Rahul Thakare..
wordAnalyser.
point 1 (wild card search) is not working because KeywordAnalyser does not
recognise wild card
would appreciate more information on this.
thanks in advance.
rahul
On Wed, 13 Jul 2005 Erik Hatcher wrote :
>
>On Jul 13, 2005, at 8:18 AM, Rahul D Thakare wrote:
>>
Hi,
We are using doc.add(Field.Text("keywords",keywords)); to add the keywords to
the document, where keywords is comma separated keywords string.
Lucene seems to tokenize the keywords with multiple words like(MAIN BOARD) as
different keywords(ie as MAIN and BOARD). Tokenization is based on