first commit
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<p style="margin-bottom: 10px;">
|
||||
The Solr Access Filter
|
||||
The Meilisearch Access Filter
|
||||
Plugin you are using is outdated. You are using version <strong>{installedVersion}</strong>, the currently recommended
|
||||
version is <strong>{recommendedVersion}</strong></p>
|
||||
|
||||
@@ -7,29 +7,29 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
Affected Solr server
|
||||
Affected Meilisearch server
|
||||
</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<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>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p>Please download and install the
|
||||
<a target="_blank"
|
||||
href="http://www.typo3-solr.com/fileadmin/files/solr/solr-typo3-plugin-{recommendedVersion}.jar">
|
||||
href="http://www.typo3-meilisearch.com/fileadmin/files/meilisearch/meilisearch-typo3-plugin-{recommendedVersion}.jar">
|
||||
current version of the plugin
|
||||
</a>.
|
||||
</p>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<p style="margin-bottom: 10px;">
|
||||
EXT:meilisearch comes with a plugin for the Apache Solr server to
|
||||
EXT:meilisearch comes with a plugin for the Meilisearch server to
|
||||
ensure TYPO3 access restrictions are enforced for search
|
||||
results, thus allowing visitors to only see results they are
|
||||
allowed to see. The plugin is not installed on the following
|
||||
@@ -10,29 +10,29 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
Affected Solr server
|
||||
Affected Meilisearch server
|
||||
</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<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>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p>Please download and install the
|
||||
<a target="_blank"
|
||||
href="http://www.typo3-solr.com/fileadmin/files/solr/solr-typo3-plugin-{recommendedVersion}.jar">
|
||||
href="http://www.typo3-meilisearch.com/fileadmin/files/meilisearch/meilisearch-typo3-plugin-{recommendedVersion}.jar">
|
||||
current version of the plugin
|
||||
</a>.
|
||||
</p>
|
||||
|
@@ -1 +1 @@
|
||||
<p>'Connections to your Solr server are detected automatically. To make this work you need to set the "Use as Root Page" page property for your site root pages.'</p>
|
||||
<p>'Connections to your Meilisearch server are detected automatically. To make this work you need to set the "Use as Root Page" page property for your site root pages.'</p>
|
||||
|
@@ -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>
|
||||
|
@@ -1,36 +1,36 @@
|
||||
<p>A <code>solrconfig.xml</code> different from the one provided with the extension was
|
||||
<p>A <code>meilisearchconfig.xml</code> different from the one provided with the extension was
|
||||
detected.</p>
|
||||
<p>It is recommended to use the
|
||||
<code>solrconfig.xml</code> file shipping with the Apache Solr for TYPO3
|
||||
<code>meilisearchconfig.xml</code> file shipping with the Meilisearch for TYPO3
|
||||
extension as it provides an optimized setup for the use of
|
||||
Solr with TYPO3. A difference can occur when you update the
|
||||
TYPO3 extension, but forget to update the <code>solrconfig.xml</code>
|
||||
file on the Solr server. The Solr configuration sometimes
|
||||
Meilisearch with TYPO3. A difference can occur when you update the
|
||||
TYPO3 extension, but forget to update the <code>meilisearchconfig.xml</code>
|
||||
file on the Meilisearch server. The Meilisearch configuration sometimes
|
||||
changes to accommodate changes or new features in Apache
|
||||
Solr. Also make sure to restart the Tomcat server after
|
||||
updating <code>solrconfig.xml</code>.</p>
|
||||
<p>Your Solr server is currently using a Solr configuration file named
|
||||
<strong>{f:if(condition:solr.solrconfigName, then:solr.solrconfigName, else:'not set')}</strong>,
|
||||
Meilisearch. Also make sure to restart the Tomcat server after
|
||||
updating <code>meilisearchconfig.xml</code>.</p>
|
||||
<p>Your Meilisearch server is currently using a Meilisearch configuration file named
|
||||
<strong>{f:if(condition:meilisearch.meilisearchconfigName, then:meilisearch.meilisearchconfigName, else:'not set')}</strong>,
|
||||
the recommended schema is called <strong>{recommendedVersion}</strong>. You can
|
||||
find the recommended <code>solrconfig.xml</code> file in the extension's resources folder: <code>EXT:meilisearch/Resources/Private/Solr/</code>.
|
||||
find the recommended <code>meilisearchconfig.xml</code> file in the extension's resources folder: <code>EXT:meilisearch/Resources/Private/Meilisearch/</code>.
|
||||
While you're at it, please check whether you're using the current <code>schema.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>
|
||||
|
@@ -10,30 +10,30 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Scheme</th>
|
||||
<td>{solr.primaryEndpoint.scheme}</td>
|
||||
<td>{meilisearch.primaryEndpoint.scheme}</td>
|
||||
</tr>
|
||||
<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>
|
||||
<tr>
|
||||
<th>Username</th>
|
||||
<td>{connection.solrUsername}</td>
|
||||
<td>{connection.meilisearchUsername}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Apache Solr</th>
|
||||
<td>{solrVersion}</td>
|
||||
<th>Meilisearch</th>
|
||||
<td>{meilisearchVersion}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>solrconfig.xml</th>
|
||||
<th>meilisearchconfig.xml</th>
|
||||
<td>{configName}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@@ -1,22 +1,22 @@
|
||||
<p style="margin-bottom: 10px;">Found an
|
||||
outdated Apache Solr server version. <br />The <strong>minimum
|
||||
outdated Meilisearch server version. <br />The <strong>minimum
|
||||
required version is <code>{requiredVersion}</code></strong>, you have <code>{currentVersion}</code>.</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>
|
||||
|
Reference in New Issue
Block a user