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 field. should that field be added to the
index or not.
Would it make any difference at all?

regards Simon

Unless you need to distinguish "" (field exists, zero length content)
from null (field does not exist), then you shouldn't bother indexing
the field... it would just be a waste of space.

-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to