-
Notifications
You must be signed in to change notification settings - Fork 25k
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
KQL update tests #116483
KQL update tests #116483
Conversation
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
foo_*_field:foo | ||
foo_field:* | ||
foo_*:* | ||
mapped_int:200 |
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 would have named these int_field
, text_field
etc - but these were already added in AbstractBuilderTestCase
a long time ago, so it's all good.
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 would also prefer it but it is inherited, so I have to deal with these names 😿
mapping.field("type", "nested"); | ||
mapping.startObject("properties"); | ||
{ | ||
mapping.startObject(TEXT_FIELD_NAME).field("type", "text").endObject(); |
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.
quite the nesting 😄
💚 Backport successful
|
This PR updates the KQL tests to prepare the implementation of nested field support.
More specifically it does:
supported-queries
andunsupported-queries