NLPchina / elasticsearch-sql

Use SQL to query Elasticsearch
Apache License 2.0
6.99k stars 1.54k forks source link

6.2.4 支持对nested 类型字段中的熟悉进行查询么 #1019

Open michelle-q opened 4 years ago

michelle-q commented 4 years ago

6.2.4 支持对nested 类型字段中的熟悉进行查询么?

shi-yuan commented 4 years ago

支持的,NestedTypes queries

michelle-q commented 4 years ago

谢谢已经找到了

michelle-q commented 4 years ago

支持的,NestedTypes queries

谢谢,已将找到了。 好像6.2.4的版本集成到Davichi中好像不支持。 类似以下的查询语句可以支持么?

SELECT DISTINCT T.sheetType FROM (SELECT id,sheetType from myindex) T

shi-yuan commented 4 years ago
SELECT * FROM myindex GROUP BY sheetType