Skip to content

Commit 085f431

Browse files
committed
TASK: Move Interface and DTO to Neos.ContentRepository.Search
1 parent 6d271b9 commit 085f431

4 files changed

Lines changed: 5 additions & 179 deletions

File tree

Classes/AssetExtraction/AssetExtractorInterface.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

Classes/AssetExtraction/IngestAttachmentAssetExtractor.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
*/
1515

1616
use Neos\Flow\Annotations as FLow;
17-
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Dto\AssetContent;
17+
use Neos\ContentRepository\Search\AssetExtraction\AssetExtractorInterface;
18+
use Neos\ContentRepository\Search\Dto\AssetContent;
1819
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\ElasticSearchClient;
1920
use Neos\Flow\Log\Utility\LogEnvironment;
2021
use Neos\Media\Domain\Model\AssetInterface;

Classes/Dto/AssetContent.php

Lines changed: 0 additions & 152 deletions
This file was deleted.

Configuration/Objects.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Neos\ContentRepository\Search\Search\QueryBuilderInterface:
44
Neos\ContentRepository\Search\Indexer\NodeIndexerInterface:
55
className: 'Flowpack\ElasticSearch\ContentRepositoryAdaptor\Indexer\NodeIndexer'
66

7+
Neos\ContentRepository\Search\AssetExtraction\AssetExtractorInterface:
8+
className: 'Flowpack\ElasticSearch\ContentRepositoryAdaptor\AssetExtraction\IngestAttachmentAssetExtractor'
9+
710
Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\QueryInterface:
811
scope: prototype
912
factoryObjectName: 'Flowpack\ElasticSearch\ContentRepositoryAdaptor\Factory\QueryFactory'

0 commit comments

Comments
 (0)