Package org.elasticsearch.xpack.sql.jdbc


package org.elasticsearch.xpack.sql.jdbc
  • Class
    Description
    Factory for connections to Elasticsearch SQL.
     
     
    / Supports the following syntax / / jdbc:es://[host|ip] / jdbc:es://[host|ip]:port/(prefix) / jdbc:es://[host|ip]:port/(prefix)(?options=value&) / / Additional properties can be specified either through the Properties object or in the URL.