@@ -170,12 +170,12 @@ Connect to Elasticsearch from any JDBC-compatible tool — **DBeaver**, **Tablea
170170
171171Download the self-contained fat JAR for your Elasticsearch version:
172172
173- | Elasticsearch Version | Artifact |
174- | -----------------------| --------------------------------------------- |
175- | ES 6.x | ` softclient4es6-community -driver-0.1.0.jar ` |
176- | ES 7.x | ` softclient4es7-community -driver-0.1.0.jar ` |
177- | ES 8.x | ` softclient4es8-community -driver-0.1.0.jar ` |
178- | ES 9.x | ` softclient4es9-community -driver-0.1.0.jar ` |
173+ | Elasticsearch Version | Artifact |
174+ | -----------------------| ----------------------------------------|
175+ | ES 6.x | ` softclient4es6-jdbc -driver-0.1.0.jar ` |
176+ | ES 7.x | ` softclient4es7-jdbc -driver-0.1.0.jar ` |
177+ | ES 8.x | ` softclient4es8-jdbc -driver-0.1.0.jar ` |
178+ | ES 9.x | ` softclient4es9-jdbc -driver-0.1.0.jar ` |
179179
180180``` text
181181JDBC URL: jdbc:elastic://localhost:9200
@@ -187,7 +187,7 @@ Driver class: app.softnetwork.elastic.jdbc.ElasticDriver
187187``` xml
188188<dependency >
189189 <groupId >app.softnetwork.elastic</groupId >
190- <artifactId >softclient4es8-community -driver</artifactId >
190+ <artifactId >softclient4es8-jdbc -driver</artifactId >
191191 <version >0.1.0</version >
192192</dependency >
193193```
@@ -207,7 +207,7 @@ resolvers += "Softnetwork" at "https://softnetwork.jfrog.io/artifactory/releases
207207// Choose your Elasticsearch version
208208libraryDependencies += " app.softnetwork.elastic" %% " softclient4es8-java-client" % " 0.17.3"
209209// Add the community extensions for materialized views (optional)
210- libraryDependencies += " app.softnetwork.elastic" %% " softclient4es8 -community-extensions" % " 0.1.0 "
210+ libraryDependencies += " app.softnetwork.elastic" %% " softclient4es -community-extensions" % " 0.1.1 "
211211```
212212
213213``` scala
@@ -280,7 +280,7 @@ Seamlessly sync event-sourced systems with Elasticsearch.
280280| ** SQL Reference** | [ 📖 Documentation] ( documentation/sql/README.md ) |
281281| ** API Reference** | [ 📖 Documentation] ( documentation/client/README.md ) |
282282| ** Materialized Views** | [ 📖 Documentation] ( documentation/sql/materialized_views.md ) |
283- | ** DDL Statements** | [ 📖 Documentation] ( documentation/sql/ddl_statements.md ) |
283+ | ** DDL Statements** | [ 📖 Documentation] ( documentation/sql/ddl_statements.md ) |
284284
285285---
286286
0 commit comments