We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我的使用场景是直接将SQL转换为ES,然后再使用我们自己的客户端。 String es = searchDao.explain(sql).explain().explain(); 我如何通过我们的转换工具提取到我SQL中的ES索引名称呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我的使用场景是直接将SQL转换为ES,然后再使用我们自己的客户端。
String es = searchDao.explain(sql).explain().explain();
我如何通过我们的转换工具提取到我SQL中的ES索引名称呢?
The text was updated successfully, but these errors were encountered: