提交 1816aa5b 编写于 作者: S Serge Rider 提交者: GitHub

Merge pull request #5171 from costin/elasticsearch-6.6

Update Elasticsearch 6.6 JDBC driver class name

Former-commit-id: 4f588a65
......@@ -19,7 +19,7 @@
<driver
id="elastic_search_jdbc"
label="Elasticsearch"
class="org.elasticsearch.xpack.sql.jdbc.jdbc.JdbcDriver"
class="org.elasticsearch.xpack.sql.jdbc.EsDriver"
icon="icons/elasticsearch_icon.png"
iconBig="icons/elasticsearch_icon_big.png"
sampleURL="jdbc:es://{host}:{port}/"
......@@ -28,7 +28,7 @@
webURL="https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-jdbc.html"
categories="fulltext">
<replace provider="generic" driver="es_generic"/>
<file type="jar" path="maven:/org.elasticsearch.plugin:x-pack-sql-jdbc:6.4.0"/>
<file type="jar" path="maven:/org.elasticsearch.plugin:x-pack-sql-jdbc:6.6.0"/>
<parameter name="supports-references" value="false"/>
<parameter name="supports-indexes" value="false"/>
<parameter name="omit-catalog" value="true"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册