changes namesapces

This commit is contained in:
Shannon
2020-01-29 12:36:57 +11:00
parent 76d868d46d
commit 1dffffcf11
4 changed files with 4 additions and 7 deletions

View File

@@ -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
{

View File

@@ -1,6 +1,5 @@
using Umbraco.Core;
using Umbraco.Core.Composing;
using Umbraco.Web.Search;
namespace Umbraco.Examine
{

View File

@@ -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
{
/// <summary>
/// Creates the indexes used by Umbraco
@@ -51,7 +50,7 @@ namespace Umbraco.Web.Search
/// <returns></returns>
public override IEnumerable<IIndex> Create()
{
return new []
return new[]
{
CreateInternalIndex(),
CreateExternalIndex(),

View File

@@ -1,7 +1,7 @@
using System.Collections.Generic;
namespace Umbraco.Web.Search
{
namespace Umbraco.Examine
{
/// <summary>
/// Used to propagate hardcoded internal Field lists
/// </summary>