Apache Solr
Quick Start

Create Collection

You can skip the step if you already have the target collection created in your instance.

There is no specific requirement for the core/collection to be fed by the connector. You can use one of the following instructions to setup your collection.

It is recommended to use the dynamic schema management for the initial schema discovery and adjust the schema only if necessary.
The connector relies on the server-side commit feature and does not trigger any manual commits. Please make sure to enable the auto-commit feature in your Solr configuration.
If the updates processed by the connector should be reflected immediately after the auto-commit in the query result, make sure to adjust the openSearcher option or the soft-commit behavior in your Solr instance.