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
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
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
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.