On Jan 7, 2008 5:00 AM, Lars Clausen <[EMAIL PROTECTED]> wrote: > Doesn't appear to be the case in our test. We had two fields with > norms, omitting saved only about 4MB for 50 million entries.
It should be 50MB. If you are measuring with an external tool, then that tool is probably in error. The norm array is byte[maxDoc()], so you save (num_fields_with_norm_emited - 1)*maxDoc() (the -1 compensating for the fake norm array). > I'm going > to try the patch that's attached to a bug report somewhere, which fakes > the norms without making an array for it. The problem with this is that it's not backward compatible (getting the norm array is a public API). -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]