1 Jul 2006 01:06
RE: Null field values
Seeta Somagani <seeta <at> gotuit.com>
2006-06-30 23:06:59 GMT
2006-06-30 23:06:59 GMT
Hi Erick, The fields that are missing are sort of primary keys and they exist in all the documents (including those that were returned in my search results) when I browsed through the index using Luke. And the field names are exactly the same all in the same case. I never get the three field values no matter what I'm searching for. Thanks, Seeta -----Original Message----- From: Erick Erickson [mailto:erickerickson <at> gmail.com] Sent: Friday, June 30, 2006 6:55 PM To: java-user <at> lucene.apache.org Subject: Re: Null field values There is no requirement that every document contain values for every field. Doc A could have fields z, y, x, and Doc B could have fields x, w, v. So, when you say "some of the values are being returned as null", do you mean that you *never* get any values for some field or you get values for a field for some, but not all documents? You might try using Luke to look at the specific document that's giving you problems and see if it has values for all fields. You can enter the(Continue reading)
RSS Feed