Re: Problem : Searching with Lucene 2.0

2006-07-05 Thread yueyu lin
ile can be read doesn't help catch (FileNotFoundException fnfe) { //To be filled } } } } Need your help.. Regards Sam -Original Message- From: yueyu lin [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 11:39 AM To: java-user@lucene.apache.org Subject: Re: Pro

RE: Problem : Searching with Lucene 2.0

2006-07-05 Thread Sarvadnya Mutalik
CTED] Sent: Thursday, July 06, 2006 11:39 AM To: java-user@lucene.apache.org Subject: Re: Problem : Searching with Lucene 2.0 How you index "doctitle" and "summary". The Store parameter must be "COMPRESS" or "YES" On 7/6/06, Sarvadnya Mutalik <[EMAIL PROT

Re: Problem : Searching with Lucene 2.0

2006-07-05 Thread yueyu lin
How you index "doctitle" and "summary". The Store parameter must be "COMPRESS" or "YES" On 7/6/06, Sarvadnya Mutalik <[EMAIL PROTECTED]> wrote: Hi, I'm using Lucene 2.0, latest ver of Apache Lucene search engine. After successfully indexing, when I tried to search, I'm not able to get the compl

Problem : Searching with Lucene 2.0

2006-07-05 Thread Sarvadnya Mutalik
Hi, I'm using Lucene 2.0, latest ver of Apache Lucene search engine. After successfully indexing, when I tried to search, I'm not able to get the complete information. In the following code snippet, I'm getting the values for "doctitle" and "summary" as null. While it says there are two results.