File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 * source code.
1212 */
1313
14+ use Flowpack \ElasticSearch \ContentRepositoryAdaptor \Indexer \NodeIndexer ;
1415use Flowpack \ElasticSearch \ContentRepositoryQueueIndexer \Domain \Repository \NodeDataRepository ;
1516use Flowpack \ElasticSearch \ContentRepositoryQueueIndexer \Domain \Service \FakeNodeDataFactory ;
1617use Flowpack \JobQueue \Common \Job \JobInterface ;
1718use Neos \ContentRepository \Domain \Factory \NodeFactory ;
1819use Neos \ContentRepository \Domain \Service \ContextFactoryInterface ;
19- use Neos \ContentRepository \Search \Indexer \NodeIndexerInterface ;
2020use Neos \Flow \Annotations as Flow ;
2121use Neos \Flow \Utility \Algorithms ;
2222use Psr \Log \LoggerInterface ;
@@ -31,7 +31,7 @@ abstract class AbstractIndexingJob implements JobInterface
3131 protected $ logger ;
3232
3333 /**
34- * @var NodeIndexerInterface
34+ * @var NodeIndexer
3535 * @Flow\Inject
3636 */
3737 protected $ nodeIndexer ;
You can’t perform that action at this time.
0 commit comments