OpenSearch/buildSrc
javanna 10ddd691a3 Internal: move to lucene BoostQuery
Latest version of lucene deprecated Query#setBoost and Query#getBoost which made queries effectively immutable. Those methods need to be replaced with `BoostQuery` that wraps any query that needs boosting.

This commit replaces usages of setBoost with BoostQuery and adds it to forbidden-apis for prod code.

Usages of `getBoost` are only partially removed, as some will have to stay for backwards compatibility.

Closes #14264
2015-11-09 15:01:35 +01:00
..
src/main Internal: move to lucene BoostQuery 2015-11-09 15:01:35 +01:00
build.gradle [test] Gradle-ify vagrant tests 2015-11-05 14:28:30 -05:00