1.24.1 • Published 5 months ago

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

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months 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.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