You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Rishabh Bajpai <r_...@lycos.com> on 2003/06/16 08:24:37 UTC

Retriving Results - getting blank entries?

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: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org