Re: Index empty fields

2006-07-31 Thread Yonik Seeley
On 7/31/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: Hello, I do have a question about fields with empty content should be added to the document / index or not. I do have a index schema, which defines all field a document can have. if one of the real documents has no content for a certain fiel

Re: Index empty fields

2006-07-31 Thread Otis Gospodnetic
eld during indexing, and put a dummy value it in instead of am empty string. Otis - Original Message From: Simon Willnauer <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Monday, July 31, 2006 1:11:22 PM Subject: Re: Index empty fields Hi Otis, well if i have to such

Re: Index empty fields

2006-07-31 Thread Simon Willnauer
;-type attribute with that dummy value. Perhaps Solr already has something like this, I'm not sure. Otis - Original Message From: Simon Willnauer <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Monday, July 31, 2006 8:22:57 AM Subject: Index empty fields Hello, I do ha

Re: Index empty fields

2006-07-31 Thread Otis Gospodnetic
aultValue'-type attribute with that dummy value. Perhaps Solr already has something like this, I'm not sure. Otis - Original Message From: Simon Willnauer <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Monday, July 31, 2006 8:22:57 AM Subject: Index empty fie

Index empty fields

2006-07-31 Thread Simon Willnauer
Hello, I do have a question about fields with empty content should be added to the document / index or not. I do have a index schema, which defines all field a document can have. if one of the real documents has no content for a certain field. should that field be added to the index or not. Would