iamazy / elasticsearch-sql

parse sql into elasticsearch dsl with antlr4
https://iamazy.github.io/elasticsearch-sql/
MIT License
340 stars 89 forks source link

带hasparent请求报错 #6

Closed techzhou closed 5 years ago

techzhou commented 5 years ago

"Caused by: java.lang.ClassNotFoundException: org.elasticsearch.join.query.JoinQueryBuilders",

iamazy commented 5 years ago

"Caused by: java.lang.ClassNotFoundException: org.elasticsearch.join.query.JoinQueryBuilders",

你好,你是什么版本得es

techzhou commented 5 years ago

7.3.1

On Thu, Sep 19, 2019 at 3:59 PM iamazy notifications@github.com wrote:

"Caused by: java.lang.ClassNotFoundException: org.elasticsearch.join.query.JoinQueryBuilders",

你好,你是什么版本得es

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/iamazy/elasticsearch-sql/issues/6?email_source=notifications&email_token=AACKHBGRQ6BPKUXAYEU6L4LQKMWMRA5CNFSM4IYHV6N2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7CSVMQ#issuecomment-533015218, or mute the thread https://github.com/notifications/unsubscribe-auth/AACKHBGSTOBH6WY6ZOLDNY3QKMWMRANCNFSM4IYHV6NQ .

iamazy commented 5 years ago

你是不是少引用jar包了

iamazy commented 5 years ago

你直接用得我放在readme上得maven仓库得jar吗

techzhou commented 5 years ago

plugin install

iamazy commented 5 years ago

已更新,elasticsearch-sql-plugin-v7.3.1.3,原来得plugin包里少了org.elasticsearch.plugin:parent-join-client这个jar包

techzhou commented 5 years ago

稳妥