Skip to content

Commit b611489

Browse files
committed
TASK: Small fix to support Neos 3.0
1 parent 8cd2ac6 commit b611489

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/Command/NodeIndexQueueCommandController.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
namespace Flowpack\ElasticSearch\ContentRepositoryQueueIndexer\Command;
33

44
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Indexer\NodeIndexer;
5-
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\LoggerInterface;
65
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Mapping\NodeTypeMappingBuilder;
76
use Flowpack\ElasticSearch\ContentRepositoryQueueIndexer\Domain\Repository\NodeDataRepository;
87
use Flowpack\ElasticSearch\ContentRepositoryQueueIndexer\IndexingJob;
98
use Flowpack\ElasticSearch\ContentRepositoryQueueIndexer\LoggerTrait;
109
use Flowpack\ElasticSearch\ContentRepositoryQueueIndexer\UpdateAliasJob;
1110
use Flowpack\JobQueue\Common\Job\JobManager;
11+
use Flowpack\JobQueue\Common\Queue\QueueManager;
1212
use Neos\Flow\Annotations as Flow;
1313
use Neos\Flow\Cli\CommandController;
1414
use Neos\Flow\Persistence\PersistenceManagerInterface;
1515
use Neos\ContentRepository\Domain\Repository\WorkspaceRepository;
16+
use Neos\Utility\Files;
1617

1718
/**
1819
* Provides CLI features for index handling

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
use Flowpack\ElasticSearch\ContentRepositoryQueueIndexer\Command\NodeIndexQueueCommandController;
66
use Flowpack\ElasticSearch\ContentRepositoryQueueIndexer\IndexingJob;
77
use Flowpack\JobQueue\Common\Job\JobManager;
8-
use TYPO3\Flow\Annotations as Flow;
9-
use TYPO3\Flow\Persistence\PersistenceManagerInterface;
10-
use TYPO3\TYPO3CR\Domain\Model\NodeInterface;
8+
use Neos\Flow\Annotations as Flow;
9+
use Neos\Flow\Persistence\PersistenceManagerInterface;
10+
use Neos\ContentRepository\Domain\Model\NodeInterface;
1111

1212
/**
1313
* ElasticSearch Indexing Job Interface

Configuration/Objects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
TYPO3\TYPO3CR\Search\Indexer\NodeIndexerInterface:
1+
Neos\ContentRepository\Search\Indexer\NodeIndexerInterface:
22
className: Flowpack\ElasticSearch\ContentRepositoryQueueIndexer\Indexer\NodeIndexer

0 commit comments

Comments
 (0)