Skip to content

Commit

Permalink
TASK: Support recent refactoring in the upstream NodeIndexer
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeyer committed Feb 13, 2017
1 parent cd4bfd4 commit 625bbce
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Flowpack\ElasticSearch\ContentRepositoryQueueIndexer\IndexingJob;
use Flowpack\JobQueue\Common\Job\JobManager;
use TYPO3\Flow\Annotations as Flow;
use TYPO3\Flow\Persistence\PersistenceManagerInterface;
use TYPO3\TYPO3CR\Domain\Model\NodeInterface;

/**
Expand All @@ -19,6 +20,12 @@ class NodeIndexer extends ContentRepositoryAdaptor\Indexer\NodeIndexer
*/
protected $jobManager;

/**
* @var PersistenceManagerInterface
* @Flow\Inject
*/
protected $persistenceManager;

/**
* @var bool
* @Flow\InjectConfiguration(path="enableLiveAsyncIndexing")
Expand Down

0 comments on commit 625bbce

Please sign in to comment.