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.
This sink connector supports the following configuration options:
The hostname or IP address of the machine where Apache Solr is running.
The port under which Apache Solr is available (default: 8983).
The HTTP schema under which Apache Solr is available (default: HTTPS).
The username used for authenticating with Apache Solr.
The password of the user used for authenticating with Apache Solr.
The name of the Apache Solr core.