How to search nested documents in elastic using Trino connector #8403
-
I'm new to trino and I'm trying to use it to query nested objects in elastic search. This is my mapping in elasticsearch: { We are trying to query the data according to the id field.
what is the syntax I need to use to query the id field from trino using the elastic connector? We tried to query the id field in 2 ways:
Can anyone help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @gilbob20000 I answered your question on Stack Overflow and added comments to address your new questions. Please find the answer there and accept it if that answeres the question. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @gilbob20000 I answered your question on Stack Overflow and added comments to address your new questions.
https://stackoverflow.com/questions/67667313/trino-presto-with-elastic-how-to-search-nested-objects/67843697#67843697
Please find the answer there and accept it if that answeres the question. Thanks!