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 11
11
* source code.
12
12
*/
13
13
14
+ use Flowpack \ElasticSearch \ContentRepositoryAdaptor \Indexer \NodeIndexer ;
14
15
use Flowpack \ElasticSearch \ContentRepositoryQueueIndexer \Domain \Repository \NodeDataRepository ;
15
16
use Flowpack \ElasticSearch \ContentRepositoryQueueIndexer \Domain \Service \FakeNodeDataFactory ;
16
17
use Flowpack \JobQueue \Common \Job \JobInterface ;
17
18
use Neos \ContentRepository \Domain \Factory \NodeFactory ;
18
19
use Neos \ContentRepository \Domain \Service \ContextFactoryInterface ;
19
- use Neos \ContentRepository \Search \Indexer \NodeIndexerInterface ;
20
20
use Neos \Flow \Annotations as Flow ;
21
21
use Neos \Flow \Utility \Algorithms ;
22
22
use Psr \Log \LoggerInterface ;
@@ -31,7 +31,7 @@ abstract class AbstractIndexingJob implements JobInterface
31
31
protected $ logger ;
32
32
33
33
/**
34
- * @var NodeIndexerInterface
34
+ * @var NodeIndexer
35
35
* @Flow\Inject
36
36
*/
37
37
protected $ nodeIndexer ;
You can’t perform that action at this time.
0 commit comments