-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.21.0
-
Fix Version/s: next
-
Component/s: elasticsearch-adapter
-
Labels:
when we use elasticsearch adapter, we can only set coordinate or hosts, but we can't set "pathPrefix" to the rest client.
can we set the calcite model like below,
{
"version": "1.0",
"defaultSchema": "elasticsearch",
"schemas": [
{
"type": "custom",
"name": "elasticsearch",
"factory": "org.apache.calcite.adapter.elasticsearch.ElasticsearchSchemaFactory",
"operand":
",
"index":"usa",
"pathPrefix":"pathPrefix"
}
}]
}
- is related to
-
CALCITE-3335 Connecting on ElasticSearch server on HTTPS
-
- Resolved
-
- links to