Join query in ElasticSearch

后端 未结 3 2167
离开以前
离开以前 2020-11-27 20:42

Is there any way (query) to join 2 JSONs below in ElasticSearch

{
product_id: \"1111\",
price: \"23.56\",
stock: \"100\"
}

{
product_id: \"1111\",
category:         


        
3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-27 20:58

    To perform joins on Elasticsearch take a look at the Siren "Federate" plugin. It adds join capabilities by extending the Elasticsearch native query syntax.

    https://siren.io/federate/

提交回复
热议问题