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

Introduce Template query #16818

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

write replaceVariables without lang3

e5784fd
Select commit
Loading
Failed to load commit list.
Open

Introduce Template query #16818

write replaceVariables without lang3
e5784fd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 15, 2025 in 1s

83.18% of diff hit (target 72.24%)

View this Pull Request on Codecov

83.18% of diff hit (target 72.24%)

Annotations

Check warning on line 110 in server/src/main/java/org/opensearch/index/query/BaseQueryRewriteContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/BaseQueryRewriteContext.java#L109-L110

Added lines #L109 - L110 were not covered by tests

Check warning on line 791 in server/src/main/java/org/opensearch/index/query/QueryBuilders.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/QueryBuilders.java#L791

Added line #L791 was not covered by tests

Check warning on line 43 in server/src/main/java/org/opensearch/index/query/QueryCoordinatorContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/QueryCoordinatorContext.java#L43

Added line #L43 was not covered by tests

Check warning on line 48 in server/src/main/java/org/opensearch/index/query/QueryCoordinatorContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/QueryCoordinatorContext.java#L48

Added line #L48 was not covered by tests

Check warning on line 53 in server/src/main/java/org/opensearch/index/query/QueryCoordinatorContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/QueryCoordinatorContext.java#L53

Added line #L53 was not covered by tests

Check warning on line 78 in server/src/main/java/org/opensearch/index/query/QueryCoordinatorContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/QueryCoordinatorContext.java#L78

Added line #L78 was not covered by tests

Check warning on line 83 in server/src/main/java/org/opensearch/index/query/QueryCoordinatorContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/QueryCoordinatorContext.java#L83

Added line #L83 was not covered by tests

Check warning on line 89 in server/src/main/java/org/opensearch/index/query/QueryCoordinatorContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/QueryCoordinatorContext.java#L89

Added line #L89 was not covered by tests

Check warning on line 91 in server/src/main/java/org/opensearch/index/query/QueryCoordinatorContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/QueryCoordinatorContext.java#L91

Added line #L91 was not covered by tests

Check warning on line 66 in server/src/main/java/org/opensearch/index/query/QueryRewriteContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/QueryRewriteContext.java#L66

Added line #L66 was not covered by tests

Check warning on line 121 in server/src/main/java/org/opensearch/index/query/TemplateQueryBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/TemplateQueryBuilder.java#L121

Added line #L121 was not covered by tests

Check warning on line 140 in server/src/main/java/org/opensearch/index/query/TemplateQueryBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/query/TemplateQueryBuilder.java#L139-L140

Added lines #L139 - L140 were not covered by tests

Check warning on line 40 in server/src/main/java/org/opensearch/search/pipeline/PipelineProcessingContext.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/PipelineProcessingContext.java#L40

Added line #L40 was not covered by tests

Check warning on line 56 in server/src/main/java/org/opensearch/search/pipeline/PipelinedRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/PipelinedRequest.java#L56

Added line #L56 was not covered by tests