-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add parsing for InternalFilters aggregation #24648
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
Add parsing for InternalFilters aggregation #24648
Conversation
82706dd to
4cd2190
Compare
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.
this keyed thing is a bit of a nightmare, I wonder how users deal with that. Anyways that's beyond the scope of our current effort. LGTM!
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.
I am not sure, but shall we do this eagerly rather than on demand?
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.
I don't mind, this is the way it is done in InternalFilters currently, thats why I kept it.
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.
mention here too that this is what we do also in the corresponding builder
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.
sure, will do
tlrx
left a comment
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.
LGTM
This adds parsing to the InternalFilters aggregation.
4cd2190 to
86ed37a
Compare
This adds parsing to the InternalFilters aggregation.
This adds parsing to the InternalFilters aggregation.