On Wed, Mar 16, 2011 at 5:10 PM, Robert Petersen <rober...@buy.com> wrote:
> OK I have a 30 gb index where there are lots of sparsly populated int
> fields and then one title field and one catchall field with title and
> everything else we want as keywords, the catchall field.  I figure it is
> the biggest field in our documents which as I mentioned is otherwise
> composed of a variety if int fields and a title.
>
>
>
> So my puzzlement is that my biggest field is copied into a double
> metaphone field and now I added another copyfield to also copy the
> catchall field into a newly created soundex field for an experiment to
> compare the effectiveness of the two.  I expected the index to grow by
> at least 25% to 30%, but it barely grew at all.  Can someone explain
> this to me?  Thanks!  J

I assume you reindexed everything?

Anyway, the size of indexed fields generally grows sub-linearly (as
opposed to stored fields which is exactly linear).
But if it really barely grew at all, this could point to other parts
of the index taking up much more space than you realize.

If you could do an "ls -l" of your index directory, we might be able
to see what parts of the index are using up the most space.

-Yonik
http://lucidimagination.com

Reply via email to