Vue Sstorefront 上的 Elasticsearch 查询

问题描述

如何在 Vuestorefront 上运行 elasticsearch 查询我有以下查询

curl -XGET "http://localhost:9200/vue_storefront_catalog_1_product/_search?pretty=true" -H 'Content-Type: application/json' -d'{
  "aggs": {
    "MySearch": {
      "terms": {
        "field": "Fruits.keyword","order": {
          "_count": "asc"
        },"size": "15"
      }
    }
  }
}'

我想要 VSF 上的数据。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)