Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BooleanQuery rewrite for must_not RangeQuery clauses #17655

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Fix forbiddenApis

25367bb
Select commit
Loading
Failed to load commit list.
Open

BooleanQuery rewrite for must_not RangeQuery clauses #17655

Fix forbiddenApis
25367bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 21, 2025 in 0s

72.54% of diff hit (target 72.40%)

View this Pull Request on Codecov

72.54% of diff hit (target 72.40%)

Annotations

Check warning on line 508 in server/src/main/java/org/opensearch/index/query/BoolQueryBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/BoolQueryBuilder.java#L508

Added line #L508 was not covered by tests

Check warning on line 555 in server/src/main/java/org/opensearch/index/query/RangeQueryBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/RangeQueryBuilder.java#L555

Added line #L555 was not covered by tests

Check warning on line 575 in server/src/main/java/org/opensearch/index/query/RangeQueryBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/RangeQueryBuilder.java#L574-L575

Added lines #L574 - L575 were not covered by tests

Check warning on line 580 in server/src/main/java/org/opensearch/index/query/RangeQueryBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/RangeQueryBuilder.java#L579-L580

Added lines #L579 - L580 were not covered by tests