hmmh / typo3-solr-file-indexer

TYPO3 Extension: solr_file_indexer
GNU General Public License v3.0
11 stars 7 forks source link

[FEATURE] Re-index files, when folder has been renamed #53

Open derhansen opened 8 months ago

derhansen commented 8 months ago

When a folder has been renamed, all files in the folder need to get reindexed, since the solr index still has contains the old (and invalid) path to the files.

The PSR-14 event AfterFolderRenamedEvent is a good candidate to use for this feature.

swilking commented 7 months ago

Thanks for your input. Which version of Solr file indexer are you using? v2.x or v3.x? v2 will only receive bugfixes, in v3 exists a new mode of file indexing with file collections where a scheduler task refresh the index.