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

@@ -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>