On Thu, Nov 10, 2011 at 7:42 AM, Ivan Hrytsyuk <ihryts...@softserveinc.com> wrote: > For 5000 documents (every document has 2 unique fields, 2*5000=10000 > unique fields in index), index size is 48.24 MB.
You might be able to turn this around and encode the "unique field" information in a multi-valued field: For example, instead of myUniqueField100:"foo" myUniqueField101:"bar" you could do uniqueFields:["100=foo","101=bar"] The exact details depend on how you are going to use/query these fields of course. -Yonik http://www.lucidimagination.com