Apache Solr

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 triggers manual commits. Using the auto-commit feature in your Solr configuration is not recommended.
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.