SQL: Fix javadoc in JdbcConfiguration
It wasn't building.... Original commit: elastic/x-pack-elasticsearch@059c6397a2
This commit is contained in:
parent
5b46899cc3
commit
a2f1ed3f62
|
@ -30,7 +30,7 @@ import static org.elasticsearch.xpack.sql.client.shared.UriUtils.removeQuery;
|
||||||
/
|
/
|
||||||
/ jdbc:es://[host|ip]
|
/ jdbc:es://[host|ip]
|
||||||
/ jdbc:es://[host|ip]:port/(prefix)
|
/ jdbc:es://[host|ip]:port/(prefix)
|
||||||
/ jdbc:es://[host|ip]:port/(prefix)(?options=value&)
|
/ jdbc:es://[host|ip]:port/(prefix)(?options=value&)
|
||||||
/
|
/
|
||||||
/ Additional properties can be specified either through the Properties object or in the URL. In case of duplicates, the URL wins.
|
/ Additional properties can be specified either through the Properties object or in the URL. In case of duplicates, the URL wins.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue