first commit
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<p>A schema different
|
||||
from the one provided with the extension was detected.</p>
|
||||
<p>It is recommended to use the
|
||||
schema.xml file shipping with the Apache Solr for TYPO3
|
||||
extension as it provides an optimized field setup for
|
||||
using Solr with TYPO3. A difference can occur when you
|
||||
update the TYPO3 extension, but forget to update the
|
||||
schema.xml file on the Solr server. The schema sometimes
|
||||
changes to accommodate changes or new features in Apache
|
||||
Solr. Also make sure to restart the Tomcat server after
|
||||
updating the schema.xml file.</p>
|
||||
<p>Your Solr server is
|
||||
currently using schema version <strong>{solr.schema.name}</strong>, the
|
||||
recommended schema version is <strong>{recommendedVersion}</strong>. You can
|
||||
find the recommended <code>schema.xml</code> file in the extension's
|
||||
resources folder: <code>EXT:meilisearch/Resources/Private/Solr/</code>. While
|
||||
you're at it, please make sure you're using the current <code>solrconfig.xml</code> file, too.</p>
|
||||
|
||||
<table class="table table-condensed table-hover table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<td colspan="2">Affected Solr server</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tr>
|
||||
<th>Host</th>
|
||||
<td>{solr.primaryEndpoint.host}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Path</th>
|
||||
<td>{solr.corePath}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Port</th>
|
||||
<td>{solr.primaryEndpoint.port}</td>
|
||||
</tr>
|
||||
</table>
|
Reference in New Issue
Block a user