Re: issue with IndexUpgrader

2015-01-29 Thread Ken
Hi Uwe, This is what I expected. I have already begun moving down the path of filesystem magic even though it strikes me as an ugly hack :) Thanks, Ken - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For ad

RE: issue with IndexUpgrader

2015-01-29 Thread Uwe Schindler
Hi Ken, the reason for this behaviour is the following: Index upgrader does not really do any special stuff to upgrade the index, it just uses standard APIs. It implements a custom UpgradeMergePolicy that just looks for index segments which are in an older format when doing a forceMerge(1) [aka