-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Hi,
I want to suggest a small change for this line:
collective.solr/src/collective/solr/solr.py
Line 332 in 52cb3ea
schema_url = "%s/admin/file/?file=schema.xml" |
If you replace it with the following line collective.solr
will automatically work with a managed-schema which seems to be the default since Solr 8.5.
schema_url = "%s/schema?wt=schema.xml"
See also https://lucene.apache.org/solr/guide/8_5/schema-api.html#retrieve-schema-examples and scroll down a bit.
Metadata
Metadata
Assignees
Labels
No labels