Re: Re: wild card with keyword fileld

2005-07-20 Thread Rahul D Thakare
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

Re: Re: wild card with keyword fileld

2005-07-19 Thread Rahul D Thakare
: >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

wild card with keyword fileld

2005-07-18 Thread Rahul D Thakare
  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..

Re: Re: Wild card and multiple keyword search

2005-07-13 Thread Rahul D 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: >>

Wild card and multiple keyword search

2005-07-13 Thread Rahul D Thakare
  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