1.21.4 • Published 14 hours ago

@elastic/search-ui-engines-connector v1.21.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
14 hours ago

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)

ParamType
optionsOptions

Options

Kind: global typedef

ParamTypeDefaultDescription
hoststringEngines Host.
engineNamestringThe name of the engine to search
apiKeystringAPI 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.21.4

14 hours ago

1.21.3

20 hours ago

1.21.2

15 days ago

1.21.1

2 months ago

1.21.0

2 months ago

1.19.1

1 year ago

1.20.1

1 year ago

1.20.2

1 year ago

1.20.0

1 year ago

1.19.0

1 year ago