[TASK] Indexed Search: Use DTOs for indexing data
Content parsers implemented in Indexed Search return a solely defined array for the internal indexer. To streamline the data passing, dedicated DTO classes are now introduced and used. Resolves: #102908 Releases: main Change-Id: Ib06df1b42e05338240c2e2c50f73d88f94bf551f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82607 Reviewed-by:Garvin Hicking <gh@faktor-e.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Stephan Großberndt <stephan.grossberndt@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Garvin Hicking <gh@faktor-e.de>
Showing
- typo3/sysext/core/Documentation/Changelog/13.0/Deprecation-102908-IndexedSearchContentParsersReturningArrays.rst 66 additions, 0 deletions...ion-102908-IndexedSearchContentParsersReturningArrays.rst
- typo3/sysext/indexed_search/Classes/Dto/IndexingDataAsArray.php 51 additions, 0 deletions...sysext/indexed_search/Classes/Dto/IndexingDataAsArray.php
- typo3/sysext/indexed_search/Classes/Dto/IndexingDataAsString.php 49 additions, 0 deletions...ysext/indexed_search/Classes/Dto/IndexingDataAsString.php
- typo3/sysext/indexed_search/Classes/FileContentParser.php 34 additions, 33 deletionstypo3/sysext/indexed_search/Classes/FileContentParser.php
- typo3/sysext/indexed_search/Classes/Indexer.php 101 additions, 106 deletionstypo3/sysext/indexed_search/Classes/Indexer.php
Please register or sign in to comment