From 1dffffcf1149e5270c12a85491148924151ce83c Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 29 Jan 2020 12:36:57 +1100 Subject: [PATCH] changes namesapces --- src/Umbraco.Examine.Lucene/BackOfficeExamineSearcher.cs | 1 - src/Umbraco.Examine.Lucene/ExamineLuceneComposer.cs | 1 - src/Umbraco.Examine.Lucene/UmbracoIndexesCreator.cs | 5 ++--- src/Umbraco.Examine/IUmbracoTreeSearcherFields.cs | 4 ++-- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/Umbraco.Examine.Lucene/BackOfficeExamineSearcher.cs b/src/Umbraco.Examine.Lucene/BackOfficeExamineSearcher.cs index 71d192146b..7b756f3dfc 100644 --- a/src/Umbraco.Examine.Lucene/BackOfficeExamineSearcher.cs +++ b/src/Umbraco.Examine.Lucene/BackOfficeExamineSearcher.cs @@ -10,7 +10,6 @@ using Umbraco.Core.Models.Identity; using Umbraco.Core.Persistence; using Umbraco.Core.Services; using Umbraco.Web.Models.ContentEditing; -using Umbraco.Web.Search; namespace Umbraco.Examine { diff --git a/src/Umbraco.Examine.Lucene/ExamineLuceneComposer.cs b/src/Umbraco.Examine.Lucene/ExamineLuceneComposer.cs index 0334531691..724149a01d 100644 --- a/src/Umbraco.Examine.Lucene/ExamineLuceneComposer.cs +++ b/src/Umbraco.Examine.Lucene/ExamineLuceneComposer.cs @@ -1,6 +1,5 @@ using Umbraco.Core; using Umbraco.Core.Composing; -using Umbraco.Web.Search; namespace Umbraco.Examine { diff --git a/src/Umbraco.Examine.Lucene/UmbracoIndexesCreator.cs b/src/Umbraco.Examine.Lucene/UmbracoIndexesCreator.cs index 8e50c6ebc4..173300a472 100644 --- a/src/Umbraco.Examine.Lucene/UmbracoIndexesCreator.cs +++ b/src/Umbraco.Examine.Lucene/UmbracoIndexesCreator.cs @@ -1,7 +1,6 @@ using System.Collections.Generic; using Umbraco.Core.Logging; using Umbraco.Core.Services; -using Umbraco.Examine; using Lucene.Net.Analysis.Standard; using Examine.LuceneEngine; using Examine; @@ -9,7 +8,7 @@ using Umbraco.Core; using Umbraco.Core.Composing; using Umbraco.Core.IO; -namespace Umbraco.Web.Search +namespace Umbraco.Examine { /// /// Creates the indexes used by Umbraco @@ -51,7 +50,7 @@ namespace Umbraco.Web.Search /// public override IEnumerable Create() { - return new [] + return new[] { CreateInternalIndex(), CreateExternalIndex(), diff --git a/src/Umbraco.Examine/IUmbracoTreeSearcherFields.cs b/src/Umbraco.Examine/IUmbracoTreeSearcherFields.cs index fdbf5bf60d..d873d01972 100644 --- a/src/Umbraco.Examine/IUmbracoTreeSearcherFields.cs +++ b/src/Umbraco.Examine/IUmbracoTreeSearcherFields.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; -namespace Umbraco.Web.Search -{ +namespace Umbraco.Examine +{ /// /// Used to propagate hardcoded internal Field lists ///