-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[DOCS] Rewrite nested query to use new format #44130
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
Conversation
|
Pinging @elastic/es-docs |
|
Pinging @elastic/es-search |
| Uses the lowest relevance score of all matching child objects. | ||
|
|
||
| `none`:: | ||
| Do not use the relevance scores of matching child objects. |
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.
Not sure, if it is worth to mention that scores of the parent objects will be equal to 0 in this case.
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.
Thanks @mayya-sharipova. I think that's worth mentioning. Added with fd1d6b9.
mayya-sharipova
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.
@jrodewig Thanks, nice restructuring of the nested query documentation
Rewrites the
nestedquery to use the new query format.This is part of #40977, an effort to standardize documentation for query types.
Before
Before image
After
After image