-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[Docs] Add painless context details for bucket_selector #35162
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
[Docs] Add painless context details for bucket_selector #35162
Conversation
Adds docs for the bucket_selector context, an example and corresponding doc test
|
Pinging @elastic/es-core-infra |
jdconrad
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.
@polyfractal Same as the bucket_script. Firstly, thank you! This looks good from the side to me. I would like @debadair or another writer to take a look for the docs side.
debadair
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.
Suggested some minor edits.
docs/painless/painless-contexts/painless-bucket-selector-agg-context.asciidoc
Show resolved
Hide resolved
docs/painless/painless-contexts/painless-bucket-selector-agg-context.asciidoc
Show resolved
Hide resolved
docs/painless/painless-contexts/painless-bucket-selector-agg-context.asciidoc
Show resolved
Hide resolved
docs/painless/painless-contexts/painless-bucket-selector-agg-context.asciidoc
Outdated
Show resolved
Hide resolved
|
Tidied up, and also re-arranged sentence order in one place. :) |
|
Jenkins, test this please. |
Adds docs for the bucket_selector context, an example and corresponding doc test
Adds docs for the bucket_selector context, an example and corresponding doc test
Adds docs for
bucket_selectorcontext, including example and corresponding doc testSimilar to the
bucket_scriptPR, I opted to only test this through the doc testing mechanism since the script itself is trivial.Related to #34829