Search code examples
solrsolrcloud

Is it possible to have schema.xml per collection for Solr 8 with "ClassicIndexSchemaFactory"?


I think this can be done with the "ManagedIndexSchemaFactory" to have each schema for each collection via the schema API.

With SolrCloud on Solr 8, is it possible to have schema.xml per collection with "ClassicIndexSchemaFactory"?

Best Regards,


Solution

  • You can create different set of configset with different schema.xml.

    While creating the collection you can use the required config set out of the list of configset.

    With this you can have different schema.xml for your collections.