Skip to content

Compatibility to managed-schema #260

@NicolasGoeddel

Description

@NicolasGoeddel

Hi,

I want to suggest a small change for this line:

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions