Re: size-estimator-lucene-solr.xls error in disk space estimator

2017-04-27 Thread Matteo Grolla
Right Alessandro that's another bug Cheers 2017-04-27 12:30 GMT+02:00 alessandro.benedetti : > +1 > I would add that what is called : "Avg. Document Size (KB)" seems more to > me > "Avg. Field Size (KB)". > Cheers > > > > - > --- > Alessandro Benedetti > Search Consultant, R&D Sof

Re: size-estimator-lucene-solr.xls error in disk space estimator

2017-04-27 Thread alessandro.benedetti
+1 I would add that what is called : "Avg. Document Size (KB)" seems more to me "Avg. Field Size (KB)". Cheers - --- Alessandro Benedetti Search Consultant, R&D Software Engineer, Director Sease Ltd. - www.sease.io -- View this message in context: http://lucene.472066.n3.nabble.

size-estimator-lucene-solr.xls error in disk space estimator

2017-04-27 Thread Matteo Grolla
It seems me that the estimation in MB is in fact an estimation in GB the formula includes the avg doc size, which is in kb, so the result is in kb and should be divided by 1024 to obtain the result in MB. But it's divided by 1024*1024