From e52d4dda7e2c551d7983dfb87dea069500f6438b Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Tue, 27 Apr 2021 07:43:18 +0200 Subject: [PATCH] Clean up after reintroduction of examine composers --- .../Testing/UmbracoIntegrationTest.cs | 1 - .../DependencyInjection/UmbracoBuilderExtensions.cs | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Umbraco.Tests.Integration/Testing/UmbracoIntegrationTest.cs b/src/Umbraco.Tests.Integration/Testing/UmbracoIntegrationTest.cs index cdff3a9168..106f0f15d3 100644 --- a/src/Umbraco.Tests.Integration/Testing/UmbracoIntegrationTest.cs +++ b/src/Umbraco.Tests.Integration/Testing/UmbracoIntegrationTest.cs @@ -221,7 +221,6 @@ namespace Umbraco.Cms.Tests.Integration.Testing .AddBackOfficeIdentity() .AddMembersIdentity() .AddExamine() - .AddExamineLucene() .AddTestServices(TestHelper, GetAppCaches()); if (TestOptions.Mapper) diff --git a/src/Umbraco.Web.BackOffice/DependencyInjection/UmbracoBuilderExtensions.cs b/src/Umbraco.Web.BackOffice/DependencyInjection/UmbracoBuilderExtensions.cs index d9b9146513..23257cdad4 100644 --- a/src/Umbraco.Web.BackOffice/DependencyInjection/UmbracoBuilderExtensions.cs +++ b/src/Umbraco.Web.BackOffice/DependencyInjection/UmbracoBuilderExtensions.cs @@ -48,8 +48,7 @@ namespace Umbraco.Extensions .AddUnattedInstallCreateUser() .AddCoreNotifications() .AddLogViewer() - .AddExamine() - .AddExamineLucene(); + .AddExamine(); /// /// Adds Umbraco preview support