Elasticsearch: querying on both nested object properties and parent properties

核能气质少年 提交于 2019-12-06 15:23:22
BrookeB

Nested objects are actually separate Lucene documents under the hood, so you are essentially trying to "join" multiple documents together to do your comparisons. Unfortunately, this is not supported by Elasticsearch.

Have a look at this similar question and answer which explain it well.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!