I know some of the docValue APIs changed in 4.10, because we had to re-code
some custom stuff, looks like
https://issues.apache.org/jira/browse/LUCENE-5882 changed the format on
disk too.  The comments on that ticket don't suggest an 8% increase in disk
space, so maybe you are hitting some kind of edge condition which means the
new format is not efficient for you...

On 22 July 2015 at 10:31, Yago Riveiro <yago.rive...@gmail.com> wrote:

> I'm preparing my data to migrate to 5.x from 4.6.1. One step referred in
> documentation is upgrade the index to 4.10.4 format. To do this, I used the
> command "java -cp lucene-core-4.10.4.jar
> org.apache.lucene.index.IndexUpgrader".
> The index size was 395 gigas and now is ~430 gigas. The only difference
> that
> I found lies in the *.dvd files, now they are bigger.
>
> I'm using a subset of my data to do test, the total data is 12 terabytes,
> if
> the index grows 8% more I need prevent this for acommodate more space.
>
> There is any reason for this raise of space?
>
>
>
> -----
> Best regards
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Solr-4-10-4-Index-is-bigger-before-optimize-for-the-same-data-in-4-6-1-tp4218512.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to