Any additional options passed through to the driver's Client.
OptionalnodeURL of a single OpenSearch node, e.g. https://localhost:9200.
OptionalnodesURLs of multiple OpenSearch nodes for client-side round-robin.
OptionalauthBasic-auth credentials ({ username, password }) or other driver-supported auth.
OptionalsslTLS options passed to the driver (e.g. { rejectUnauthorized: false }).
OptionalclientAn already-constructed OpenSearch client to use instead of building one.
Connection options for
OpenSearchStore.node(ornodes),auth, andsslare passed straight through to the driver'snew Client(...). Passclientto inject an already-built client instance (used in tests and when the caller wants full control over driver configuration); when present,node/auth/sslare ignored.