If you, like me, read this and had reason to hesitate then I say worry not! Sitecore has provided a solution that will allow you to deploy Solr 4.8 and later to your environment. In a nutshell, the fix is to modify the Solr's schema.xml file.
From the kb article:
- Make the following changes in the default schema.xml file shipped with Solr:
- enclose all <field> and <dynamicField> elements in the <fields> tag.
- enclose all <fieldType> elements in the <types> tag.
- Pass the modified schema.xml file to the Build Solr Schema Wizard to add the Sitecore specific specific configuration.
- Put the resulting file to the configuration folder of the Solr core.
- If you use Solr 4.9 or later, ensure that the following field type is defined in the schema.xml file:
<fieldType name="pint" class="solr.IntField"/>- Reload the core to apply schema changes.
0 comments:
Post a Comment