Skip to content

Commit 625bbce

Browse files
committed
TASK: Support recent refactoring in the upstream NodeIndexer
1 parent cd4bfd4 commit 625bbce

File tree

1 file changed

+7
-0
lines changed
  • Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/Indexer

1 file changed

+7
-0
lines changed

Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/Indexer/NodeIndexer.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use Flowpack\ElasticSearch\ContentRepositoryQueueIndexer\IndexingJob;
77
use Flowpack\JobQueue\Common\Job\JobManager;
88
use TYPO3\Flow\Annotations as Flow;
9+
use TYPO3\Flow\Persistence\PersistenceManagerInterface;
910
use TYPO3\TYPO3CR\Domain\Model\NodeInterface;
1011

1112
/**
@@ -19,6 +20,12 @@ class NodeIndexer extends ContentRepositoryAdaptor\Indexer\NodeIndexer
1920
*/
2021
protected $jobManager;
2122

23+
/**
24+
* @var PersistenceManagerInterface
25+
* @Flow\Inject
26+
*/
27+
protected $persistenceManager;
28+
2229
/**
2330
* @var bool
2431
* @Flow\InjectConfiguration(path="enableLiveAsyncIndexing")

0 commit comments

Comments
 (0)