Easysearch

Easysearch source connector

Used to read data from INFINI Easysearch.

Key featuresarrow-up-right

Engine Supported

Data Type Mappingarrow-up-right

Easysearch Data Type
Nexus Data Type

STRING KEYWORD TEXT

STRING

BOOLEAN

BOOLEAN

BYTE

BYTE

SHORT

SHORT

INTEGER

INT

LONG

LONG

FLOAT HALF_FLOAT

FLOAT

DOUBLE

DOUBLE

Date

LOCAL_DATE_TIME_TYPE

hosts [array]arrow-up-right

Easysearch cluster http address, the format is host:port, allowing multiple hosts to be specified. Such as ["host1:9200", "host2:9200"].

username [string]arrow-up-right

security username.

password [string]arrow-up-right

security password.

index [string]arrow-up-right

Easysearch index name, support * fuzzy matching.

source [array]arrow-up-right

The fields of index. You can get the document id by specifying the field _id.If sink _id to other index,you need specify an alias for _id due to the Easysearch limit. If you don't config source, you must config schema.

query [json]arrow-up-right

Easysearch DSL. You can control the range of data read.

scroll_time [String]arrow-up-right

Amount of time Easysearch will keep the search context alive for scroll requests.

scroll_size [int]arrow-up-right

Maximum number of hits to be returned with each Easysearch scroll request.

The structure of the data, including field names and field types. If you don't config schema, you must config source.

tls_verify_certificate [boolean]arrow-up-right

Enable certificates validation for HTTPS endpoints

tls_verify_hostname [boolean]arrow-up-right

Enable hostname validation for HTTPS endpoints

tls_keystore_path [string]arrow-up-right

The path to the PEM or JKS key store. This file must be readable by the operating system user running Nexus.

tls_keystore_password [string]arrow-up-right

The key password for the key store specified

tls_truststore_path [string]arrow-up-right

The path to PEM or JKS trust store. This file must be readable by the operating system user running Nexus.

tls_truststore_password [string]arrow-up-right

The key password for the trust store specified

common optionsarrow-up-right

Source plugin common parameters, please refer to Source Common Options for details

simple

complex

SSL (Disable certificates validation)

SSL (Disable hostname validation)

SSL (Enable certificates validation)

Last updated