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

Approximate match all with sort with a bounded range query #16321

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

Add changelog entry

ba058a1
Select commit
Loading
Failed to load commit list.
Open

Approximate match all with sort with a bounded range query #16321

Add changelog entry
ba058a1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 21, 2024 in 0s

57.53% of diff hit (target 71.96%)

View this Pull Request on Codecov

57.53% of diff hit (target 71.96%)

Annotations

Check warning on line 1097 in server/src/main/java/org/opensearch/index/mapper/NumberFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/NumberFieldMapper.java#L1097

Added line #L1097 was not covered by tests

Check warning on line 1099 in server/src/main/java/org/opensearch/index/mapper/NumberFieldMapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/mapper/NumberFieldMapper.java#L1099

Added line #L1099 was not covered by tests

Check warning on line 96 in server/src/main/java/org/opensearch/index/query/MatchAllQueryBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/MatchAllQueryBuilder.java#L96

Added line #L96 was not covered by tests

Check warning on line 60 in server/src/main/java/org/opensearch/search/approximate/ApproximateMatchAllQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/approximate/ApproximateMatchAllQuery.java#L60

Added line #L60 was not covered by tests

Check warning on line 65 in server/src/main/java/org/opensearch/search/approximate/ApproximateMatchAllQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/approximate/ApproximateMatchAllQuery.java#L65

Added line #L65 was not covered by tests

Check warning on line 67 in server/src/main/java/org/opensearch/search/approximate/ApproximateMatchAllQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/approximate/ApproximateMatchAllQuery.java#L67

Added line #L67 was not covered by tests

Check warning on line 73 in server/src/main/java/org/opensearch/search/approximate/ApproximateMatchAllQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/approximate/ApproximateMatchAllQuery.java#L72-L73

Added lines #L72 - L73 were not covered by tests

Check warning on line 75 in server/src/main/java/org/opensearch/search/approximate/ApproximateMatchAllQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/approximate/ApproximateMatchAllQuery.java#L75

Added line #L75 was not covered by tests

Check warning on line 80 in server/src/main/java/org/opensearch/search/approximate/ApproximateMatchAllQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/approximate/ApproximateMatchAllQuery.java#L80

Added line #L80 was not covered by tests

Check warning on line 44 in server/src/main/java/org/opensearch/search/approximate/ApproximatePointRangeQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/approximate/ApproximatePointRangeQuery.java#L44

Added line #L44 was not covered by tests

Check warning on line 78 in server/src/main/java/org/opensearch/search/approximate/ApproximatePointRangeQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/approximate/ApproximatePointRangeQuery.java#L78

Added line #L78 was not covered by tests

Check warning on line 457 in server/src/main/java/org/opensearch/search/approximate/ApproximatePointRangeQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/approximate/ApproximatePointRangeQuery.java#L457

Added line #L457 was not covered by tests

Check warning on line 464 in server/src/main/java/org/opensearch/search/approximate/ApproximatePointRangeQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/approximate/ApproximatePointRangeQuery.java#L464

Added line #L464 was not covered by tests

Check warning on line 468 in server/src/main/java/org/opensearch/search/approximate/ApproximatePointRangeQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/approximate/ApproximatePointRangeQuery.java#L468

Added line #L468 was not covered by tests

Check warning on line 473 in server/src/main/java/org/opensearch/search/approximate/ApproximatePointRangeQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/approximate/ApproximatePointRangeQuery.java#L473

Added line #L473 was not covered by tests

Check warning on line 500 in server/src/main/java/org/opensearch/search/approximate/ApproximatePointRangeQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/approximate/ApproximatePointRangeQuery.java#L498-L500

Added lines #L498 - L500 were not covered by tests

Check warning on line 48 in server/src/main/java/org/opensearch/search/approximate/ApproximateScoreQuery.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/approximate/ApproximateScoreQuery.java#L48

Added line #L48 was not covered by tests

Check warning on line 193 in server/src/main/java/org/opensearch/search/internal/ContextIndexSearcher.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/internal/ContextIndexSearcher.java#L193

Added line #L193 was not covered by tests