You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can check if the leaf child field as part of the nested field is one of the supported star tree mapper types.
For example nested.status and nested.keyword both belong to numeric type and keyword types respectively which are supported by star-tree index.
Secondly we must block array value fields as part of these fields. Here nested is of array type
Is your feature request related to a problem? Please describe
Currently object fields are not supported as part of star-tree index.
For example
nested.status
andgeoip.country_name
etc as below are not supported currently.Describe the solution you'd like
We can check if the leaf child field as part of the nested field is one of the supported star tree mapper types.
For example
nested.status
andnested.keyword
both belong tonumeric
type andkeyword
types respectively which are supported by star-tree index.Secondly we must block array value fields as part of these fields. Here
nested
is of array typeWe must block even if the child nested entries are of array type as below :
Here
nested.nested1
is of array typeRelated component
Indexing:Performance
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: