Hi everybody, I'm doing some indexing testing on solr 1.4.1 and I'm not understanding one thing, let me try to explain.
I have 1.2 million xml files and I'm indexing then, when I do it for first time my index size is around 3 GB and in my statistics on http://localhost:8983/solr/admin/stats.jsp I have two entries that is: numDocs : 1120171 maxDoc : 1120171 Until here is all right, but if I make a index update reindexing all the same 1120171 documents I have the stats bellow: numDocs : 1120171 maxDoc : 2240342 ... and my index size goes around 6GB. Why this happen? What happens on index size if I have the same number of searcheable docs? Somebody knows? Tks