Hi All,
I am retrieving results in the normal manner..
construct a query, get the hits object and iterate through it...
doc = hits.doc(i);
if at all any of the field name or value is null or blank, then dont display that
result...
if (
field.name()==null) ||
(field.stringValue()==null) ||
(field.name().equals("")) ||
(field.stringValue().equals(""))
)
{
addtoResultSet = false;
}
But in some rare cases, I am still getting blank records displayed?
Is it some problem that happend while indexing, or a bug in Lucene, or just that I am
totally missing out on something?
Please help...
-Rishabh
____________________________________________________________
Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]