gerrit/gerrit-lucene
David Pursehouse 3ace71cbec Upgrade Lucene to version 5.3.0
This version includes a number of new features and bugfixes.

It also includes an API change that causes deprecation
warnings:

- BooleanQuery is now immutable and can be built using the
  BooleanQuery.Builder class

Instantiate instances of BooleanQuery with the new builder class
instead of with its constructor.

See the release notes for full details:

https://lucene.apache.org/core/5_3_0/changes/Changes.html

Change-Id: I5954b10017f2ff1531b036f953c6e4488e338f0e
2015-09-04 07:54:08 +00:00
..
src/main/java/com/google/gerrit/lucene Upgrade Lucene to version 5.3.0 2015-09-04 07:54:08 +00:00
BUCK Merge Lucene core and backward-codecs jars 2015-09-01 14:34:25 -04:00