search-ui
search-ui copied to clipboard
[Elasticsearch Connector] Support Ent-Search ES Proxy API
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.
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.