NLPchina/elasticsearch-sql

我如何知道我要查询的索引呢

Opened this issue · 0 comments

我的使用场景是直接将SQL转换为ES,然后再使用我们自己的客户端。
String es = searchDao.explain(sql).explain().explain();
我如何通过我们的转换工具提取到我SQL中的ES索引名称呢?