From 64172dd2a1406f4b15bd0a8f9e7f577e30af0a9f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:43:38 +0000 Subject: [PATCH 1/2] Initial plan From 5ebdbdf6b1b6aeb67a5189a75dcda611d5d5bf66 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:50:20 +0000 Subject: [PATCH 2/2] Register UnusedIndexCleanupService in DI config --- config/services/search/index.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/services/search/index.yaml b/config/services/search/index.yaml index 2857a213d..a3a14d66d 100644 --- a/config/services/search/index.yaml +++ b/config/services/search/index.yaml @@ -85,3 +85,5 @@ services: Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\ClassDefinition\ClassDefinitionReindexServiceInterface: class: Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\ClassDefinition\ClassDefinitionReindexService + + Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\UnusedIndexCleanupService: ~