Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize UnsignedLong range queries to convert to MatchNoDocsQuery wh…
…en lower > upper bounds (#14416) * Added check for lower > upper at end of function Signed-off-by: Skyring100 <[email protected]> * Fixed mistake of using < operator on BigInteger, now using compareTo Signed-off-by: Skyring100 <[email protected]> * Fixed simple mistake of flipping > operator Signed-off-by: Skyring100 <[email protected]> * Fixed space formatting Signed-off-by: Skyring100 <[email protected]> * Updated CHANGELOG.md Signed-off-by: Skyring100 <[email protected]> * Issue number linked in CHANGELOG.md Signed-off-by: Skyring100 <[email protected]> * doTestDocValueRangeQueries now accepts MatchNoDocsQuery alongside IndexOrDocValuesQuery Signed-off-by: Skyring100 <[email protected]> * dotestdoTestDocValueRangeQueries only checks indexQuery and randomAccessQuery only when query is type IndexIndexOrDocValuesQuery Signed-off-by: Skyring100 <[email protected]> * Ran gradlew spotlessApply to fix import formatting issues Signed-off-by: Skyring100 <[email protected]> * Imported Matchers.either method instead of entire Matchers class Signed-off-by: Skyring100 <[email protected]> --------- Signed-off-by: Skyring100 <[email protected]> Signed-off-by: Andriy Redko <[email protected]> Co-authored-by: Andriy Redko <[email protected]>
- Loading branch information