-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Query refactoring: SpanNotQueryBuilder and Parser #12365
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
Query refactoring: SpanNotQueryBuilder and Parser #12365
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why? :)
|
left a few comments |
|
sounds good @cbuescher |
7b924bf to
96b2829
Compare
|
Added separate test for |
|
LGTM |
Moving the query building functionality from the parser to the builders new doToQuery() method analogous to other recent query refactorings. Relates to elastic#10217 Closes elastic#12365
457c367 to
7f88cc5
Compare
…annot Query refactoring: SpanNotQueryBuilder and Parser
Moving the query building functionality from the parser to the builders new doToQuery() method analogous to other recent query refactorings. Relates to elastic#10217 Closes elastic#12365
…ring-spannot Query refactoring: SpanNotQueryBuilder and Parser
|
This change is breaking for the Java API as it removes setter for mandatory include/exclude span query clause, which needs to be set in the constructor instead. |
Moving the query building functionality from the parser to the builders
new doToQuery() method analogous to other recent query refactorings.
Relates to #10217