Align Umbraco.Examine.Lucene to Umbraco.Cms.Infrastructure.Examine

The namespace has to be the same as in Infrastructure/Examine otherwise linux build fails.
This commit is contained in:
Mole
2021-02-15 14:45:02 +01:00
parent 9eea570edc
commit efe4162027
25 changed files with 18 additions and 36 deletions

View File

@@ -10,7 +10,6 @@ using Umbraco.Cms.Core.Models.ContentEditing;
using Umbraco.Cms.Infrastructure.Examine;
using Umbraco.Cms.Infrastructure.Search;
using Umbraco.Cms.Web.Common.Attributes;
using Umbraco.Examine;
using Umbraco.Extensions;
using Constants = Umbraco.Cms.Core.Constants;
using SearchResult = Umbraco.Cms.Core.Models.ContentEditing.SearchResult;