mikemccand / luceneutil

Various utility scripts for running Lucene performance tests
Apache License 2.0
205 stars 115 forks source link

Update postings format to Lucene99 + add annot #243

Closed slow-J closed 1 year ago

slow-J commented 1 year ago

Switching from Lucene90 to Lucene99Postings format as default, which was added in Lucene PR: https://github.com/apache/lucene/pull/12741 .

Hope that I am not doing this too early....

Also added an annotation.

slow-J commented 1 year ago

Closing, this was done in commits: https://github.com/mikemccand/luceneutil/commit/b9d3c8037fa45ba41c2b17592c0c020fd295a279 https://github.com/mikemccand/luceneutil/commit/1aa00e11c9ebbab67234647f03ae0d40a9a16c3d https://github.com/mikemccand/luceneutil/commit/3bf9a5102912450aa8e2109988d91464cc4c3044

mikemccand commented 1 year ago

Woops, sorry @slow-J, and thank you -- EventuallyConsistentMikeException!