Re: Problem Search using lucene

2007-08-01 Thread Michael Wechner
have indexed and what you are searching for. Regards, kapilChhabra -Original Message- From: masz-wow [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 12:13 PM To: java-user@lucene.apache.org Subject: Re: Problem Search using lucene Thanks Joe I'm using this function

RE: Problem Search using lucene

2007-07-31 Thread Chhabra, Kapil
Message- From: masz-wow [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 12:13 PM To: java-user@lucene.apache.org Subject: Re: Problem Search using lucene Thanks Joe I'm using this function as my analyzer public static Analyzer getDefaultAnalyzer() { PerFieldAnalyzerWr

Re: Problem Search using lucene

2007-07-31 Thread masz-wow
WORDS.That might be the cause why I cannot search words such as 'and' 'to' BUT I'm still having problem when I search a few words other than english words such as name (eg: Ghazat) or string of numbers (eg:45600). -- View this message in context: http://www.nabble.com/Proble

Re: Problem Search using lucene

2007-07-31 Thread Joe Attardi
entq " > > I can search all the contents of this document BUT when I key in the word > 'on' or 'and' the document cannot be searched anymore. > > From my understanding, once the document being indexed we will be able to > search all the contents of the document &g

Problem Search using lucene

2007-07-31 Thread masz-wow
uot; Managementq " I can search all the contents of this document BUT when I key in the word 'on' or 'and' the document cannot be searched anymore. >From my understanding, once the document being indexed we will be able to search all the contents of the document -- Vie