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 Michael McCandless <lu...@mikemccandless.com> on 2007/03/13 15:15:25 UTC

Re: Urgent : How much actually the disk space needed to optimize the index?

"Michael McCandless" <lu...@mikemccandless.com> wrote:

> The only simple workaround I can think of is to set maxMergeDocs to
> keep all segments "small".  But then you may have too many segments
> with time.  Either that or find a way to reduce the number of unique
> fields that you actually need to store.

Actually one more, even simpler, workaround is to turn off norms
for these fields.

I've opened Jira issue 830 to track this:

    http://issues.apache.org/jira/browse/LUCENE-830

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org