first commit

This commit is contained in:
Sven Wappler
2021-04-17 21:20:54 +02:00
parent c93ec9492a
commit cadcc8edb4
406 changed files with 4917 additions and 5157 deletions

View File

@@ -1,37 +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
schema.xml file shipping with the Meilisearch for TYPO3
extension as it provides an optimized field setup for
using Solr with TYPO3. A difference can occur when you
using Meilisearch 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
schema.xml file on the Meilisearch server. The schema sometimes
changes to accommodate changes or new features in Apache
Solr. Also make sure to restart the Tomcat server after
Meilisearch. 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
<p>Your Meilisearch server is
currently using schema version <strong>{meilisearch.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>
resources folder: <code>EXT:meilisearch/Resources/Private/Meilisearch/</code>. While
you're at it, please make sure you're using the current <code>meilisearchconfig.xml</code> file, too.</p>
<table class="table table-condensed table-hover table-striped">
<thead>
<tr>
<td colspan="2">Affected Solr server</td>
<td colspan="2">Affected Meilisearch server</td>
</tr>
</thead>
<tr>
<th>Host</th>
<td>{solr.primaryEndpoint.host}</td>
<td>{meilisearch.primaryEndpoint.host}</td>
</tr>
<tr>
<th>Path</th>
<td>{solr.corePath}</td>
<td>{meilisearch.corePath}</td>
</tr>
<tr>
<th>Port</th>
<td>{solr.primaryEndpoint.port}</td>
<td>{meilisearch.primaryEndpoint.port}</td>
</tr>
</table>