search-ui icon indicating copy to clipboard operation
search-ui copied to clipboard

[Elasticsearch Connector] Support Ent-Search ES Proxy API

Open joemcelroy opened this issue 3 years ago • 1 comments

Support Ent-search feature which has the ability to execute ES queries through ent-search. More information about the API here

Example

const connector = new ElasticsearchAPIConnector({
  host: "<my-elasticsearch-host>",
  apiKey: "<api-key>",
  engine: "my-example-movies"
});

When engine is specified, assume its a proxy search DSL through to enterprise-search. Modify the body of the request with the query envelope of request and specify query_params rather than size.

joemcelroy avatar May 12 '22 19:05 joemcelroy

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Is this issue still important to you? If so, please leave a comment and let us know. As always, thank you for your contributions.

botelastic[bot] avatar Sep 12 '22 20:09 botelastic[bot]