File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 22namespace Flowpack \ElasticSearch \ContentRepositoryQueueIndexer \Command ;
33
44use Flowpack \ElasticSearch \ContentRepositoryAdaptor \Indexer \NodeIndexer ;
5- use Flowpack \ElasticSearch \ContentRepositoryAdaptor \LoggerInterface ;
65use Flowpack \ElasticSearch \ContentRepositoryAdaptor \Mapping \NodeTypeMappingBuilder ;
76use Flowpack \ElasticSearch \ContentRepositoryQueueIndexer \Domain \Repository \NodeDataRepository ;
87use Flowpack \ElasticSearch \ContentRepositoryQueueIndexer \IndexingJob ;
98use Flowpack \ElasticSearch \ContentRepositoryQueueIndexer \LoggerTrait ;
109use Flowpack \ElasticSearch \ContentRepositoryQueueIndexer \UpdateAliasJob ;
1110use Flowpack \JobQueue \Common \Job \JobManager ;
11+ use Flowpack \JobQueue \Common \Queue \QueueManager ;
1212use Neos \Flow \Annotations as Flow ;
1313use Neos \Flow \Cli \CommandController ;
1414use Neos \Flow \Persistence \PersistenceManagerInterface ;
1515use Neos \ContentRepository \Domain \Repository \WorkspaceRepository ;
16+ use Neos \Utility \Files ;
1617
1718/**
1819 * Provides CLI features for index handling
Original file line number Diff line number Diff line change 55use Flowpack \ElasticSearch \ContentRepositoryQueueIndexer \Command \NodeIndexQueueCommandController ;
66use Flowpack \ElasticSearch \ContentRepositoryQueueIndexer \IndexingJob ;
77use 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
Original file line number Diff line number Diff line change 1- TYPO3\TYPO3CR \Search\Indexer\NodeIndexerInterface :
1+ Neos\ContentRepository \Search\Indexer\NodeIndexerInterface :
22 className : Flowpack\ElasticSearch\ContentRepositoryQueueIndexer\Indexer\NodeIndexer
You can’t perform that action at this time.
0 commit comments