Re: IndexReader.docFreq

2007-01-17 Thread Otis Gospodnetic
: Wednesday, January 17, 2007 6:30:46 AM Subject: Re: IndexReader.docFreq Hi Otis, Thanks for your prompt reply... But its happening for all search strings...not only for friends... If i fire "friend" or "boy" then also its not showing any results while it has... Is it

Re: IndexReader.docFreq

2007-01-17 Thread Bhavin Pandya
avin - Original Message - From: "Otis Gospodnetic" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 17, 2007 4:35 PM Subject: Re: IndexReader.docFreq Random guess: You are using an analyzer that stored "friend" (or some other stem), and not "friends", so

Re: IndexReader.docFreq

2007-01-17 Thread Otis Gospodnetic
CTED]> To: java-user@lucene.apache.org Sent: Wednesday, January 17, 2007 6:16:38 AM Subject: IndexReader.docFreq Hi, I am confused using IndexReader.docFreq... I am using lucene 1.9 my code snippet is, int noofdoc = mreader.docFreq(new Term("TITLE","friends")); where m

IndexReader.docFreq

2007-01-17 Thread Bhavin Pandya
Hi, I am confused using IndexReader.docFreq... I am using lucene 1.9 my code snippet is, int noofdoc = mreader.docFreq(new Term("TITLE","friends")); where mreader is MultiReader... few doc from index which has TITLE likes... friends in usa girl friends boy frien