first commit
This commit is contained in:
@@ -27,7 +27,7 @@ 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;
|
||||
|
||||
/**
|
||||
* Interface that defines the method an indexer must implement to provide
|
||||
@@ -43,7 +43,7 @@ interface AdditionalPageIndexer
|
||||
*
|
||||
* @param Document $pageDocument The original page document.
|
||||
* @param array $allDocuments An array containing all the documents collected until here, including the page document
|
||||
* @return array An array of additional \WapplerSystems\Meilisearch\System\Solr\Document\Document objects
|
||||
* @return array An array of additional \WapplerSystems\Meilisearch\System\Meilisearch\Document\Document objects
|
||||
*/
|
||||
public function getAdditionalPageDocuments(Document $pageDocument, array $allDocuments);
|
||||
}
|
||||
|
Reference in New Issue
Block a user