Any other option accepted by solr.createClient(...).
OptionalhostSolr host. Defaults to the driver's own default (127.0.0.1).
OptionalportSolr port. Defaults to the driver's own default (8983).
OptionalcoreThe core (or SolrCloud collection) to target.
OptionalpathBase path Solr is mounted under. Defaults to the driver's default (/solr).
Optionalprotocolhttp or https.
OptionalsecureUse HTTPS.
OptionalclientA pre-built solr-client client. When provided, connect() skips the
require('solr-client') / createClient() step and uses this instead -
the injection point used by tests to supply a mock.
Connection options for
SolrStore. Mirror the fieldssolr-client'screateClient()accepts; the whole object is forwarded tosolr.createClient(...), so any additional driver options (path,protocol,secure,bigint, etc.) pass straight through.