Hi all, I index a large number of documents, nearly 800k of one specific class right now. My index is taking up 85M and I'd love to get this down if possible. There is a lot of redundancy in the data being indexed per document, ie each object being indexed has a many-to-one relationship to a child object, and there are only a few thousand of these child objects, but most of the data in each document is actually held in the child object. So my question is: is it possible to have in effect a many-to-one relationship in indexing somehow, to help eliminate this redundancy?
|