The actual source of the problem is that suppression applies to codec.getName and enforcing a TEST_POSTINGSFORMAT means Lucene40Codec is created which always returns Lucene40 from getName(). A simple fix would be to allow changing the returned name for Lucene40. Alternatively, we can do suppression checks more intelligent... Suggestions welcome.
Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org