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;
|
||||
|
||||
/**
|
||||
* Substitute page indexer interface, describes the method an indexer must
|
||||
@@ -42,7 +42,7 @@ interface SubstitutePageIndexer
|
||||
* returns a substitute document for the currently being indexed page
|
||||
*
|
||||
* @param Document $originalPageDocument The original page document.
|
||||
* @return Document returns an \WapplerSystems\Meilisearch\System\Solr\Document\Document object that replace the default page document
|
||||
* @return Document returns an \WapplerSystems\Meilisearch\System\Meilisearch\Document\Document object that replace the default page document
|
||||
*/
|
||||
public function getPageDocument(Document $originalPageDocument);
|
||||
}
|
||||
|
Reference in New Issue
Block a user