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

@@ -27,12 +27,12 @@ namespace WapplerSystems\Meilisearch;
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
use WapplerSystems\Meilisearch\System\Solr\Document\Document;
use WapplerSystems\Meilisearch\System\Meilisearch\Document\Document;
use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;
/**
* Page document post processor interface to handle page documents after they
* have been put together, but not yet submitted to Solr.
* have been put together, but not yet submitted to Meilisearch.
*
* @author Steffen Ritter <steffen.ritter@typo3.org>
*/