CKAN Version if known (or site URL)
All
Please describe the expected behaviour
schema.xml, once moved into the core folder and Solr's managed schema's disabled, should "just work".
Please describe the actual behaviour
Solr raises errors when reloading the core due to types used in sorlconfig.xml but not present in schema.xml. These are a set of new "example" multivalue variants of the default types (booleans, tlongs, tints). Several stackoverflow posts exist already from users encountering this.
This "fix", while not a technical fix, should lower user entry into CKAN should be fully backwards compatible.
What steps can be taken to reproduce the issue?
Follow CKAN setup instructions with Solr 5+.
CKAN Version if known (or site URL)
All
Please describe the expected behaviour
schema.xml, once moved into the core folder and Solr's managed schema's disabled, should "just work".
Please describe the actual behaviour
Solr raises errors when reloading the core due to types used in sorlconfig.xml but not present in schema.xml. These are a set of new "example" multivalue variants of the default types (booleans, tlongs, tints). Several stackoverflow posts exist already from users encountering this.
This "fix", while not a technical fix, should lower user entry into CKAN should be fully backwards compatible.
What steps can be taken to reproduce the issue?
Follow CKAN setup instructions with Solr 5+.