1.24.1 • Published 5 months ago
@elastic/search-ui-engines-connector v1.24.1
search-ui-engines-connector
Part of the Search UI project.
This Connector is used to connect Search UI to Elasticsearch Engines.
Usage
npm install --save @elastic/search-ui-engines-connector
import EnginesConnector from "@elastic/search-ui-engines-connector";
const connector = new EnginesConnector({
host: "https://my-engines-demo.ent.us-east4.gcp.elastic-cloud.com/",
engineName: "puggles",
apiKey: "QTJDMHhJVUJENHg5WETWcXlrWVQ6dXFlcF9QRWdRWHl2Rm9iSndka1Rndw=="
});
EnginesConnector
Kind: global class
new ElasticsearchAPIConnector(options)
Param | Type |
---|---|
options | Options |
Options
Kind: global typedef
Param | Type | Default | Description |
---|---|---|---|
host | string | Engines Host. | |
engineName | string | The name of the engine to search | |
apiKey | string | API Key for the engine. Can be found within the Engine view UI. |
Query Configuration Requirements
search_fields
object is required with all fields you want to search by.
1.24.1
5 months ago
1.23.0
7 months ago
1.22.1
10 months ago
1.24.0
5 months ago
1.23.1
6 months ago
1.22.2
10 months ago
1.22.0
11 months ago
1.21.5
1 year ago
1.21.4
1 year ago
1.21.3
1 year ago
1.21.2
1 year ago
1.21.1
2 years ago
1.21.0
2 years ago
1.19.1
3 years ago
1.20.1
2 years ago
1.20.2
2 years ago
1.20.0
2 years ago
1.19.0
3 years ago