Apache Solr

DataCater provides a sink connector for Apache Solr.

When assigning an Apache Solr sink to a data pipeline, the user must map the schema of the pipeline to the schema of the Apache Solr index.

DataCater supports both regular and dynamic fields for the schema mapping.


Configuration

This sink connector supports the following configuration options:

Hostname or IP

The hostname or IP address of the machine where Apache Solr is running.

Port

The port under which Apache Solr is available (default: 8983).

HTTP Scheme

The HTTP schema under which Apache Solr is available (default: HTTPS).

Username

The username used for authenticating with Apache Solr.

Password

The password of the user used for authenticating with Apache Solr.

Index name

The name of the Apache Solr core.

Jump to