What is the nested attribute support for Elasticsearch connector #17849
Unanswered
TechSourav
asked this question in
Q&A
Replies: 1 comment
-
Any suggestion on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I want to understand the nested attribute support for Elasticsearch. say I have a document like below:
Here
movies
is an array field which has one more inner array field, i.e.,genres
.Now when I query in trnio, it's able to identify movies as an array since in the mapping I have defined
isArray: true
formovies
. However, it's not able to identifygenres
as an array field. Hence failing. Any suggestion on how to handle this inner array element? (edited)Beta Was this translation helpful? Give feedback.
All reactions