Align namespaces in Examine folder.
This commit is contained in:
@@ -12,6 +12,7 @@ using Umbraco.Cms.Core.Models;
|
||||
using Umbraco.Cms.Core.Models.ContentEditing;
|
||||
using Umbraco.Cms.Core.Security;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Extensions;
|
||||
using Constants = Umbraco.Cms.Core.Constants;
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ using Examine.LuceneEngine.Directories;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Umbraco.Cms.Core.Composing;
|
||||
using Umbraco.Cms.Core.Runtime;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
using System.Runtime.InteropServices;
|
||||
using Umbraco.Cms.Core.Composing;
|
||||
using Umbraco.Cms.Core.DependencyInjection;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
|
||||
@@ -12,6 +12,7 @@ using Lucene.Net.QueryParsers;
|
||||
using Lucene.Net.Search;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Umbraco.Cms.Core.Runtime;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Examine;
|
||||
using Version = Lucene.Net.Util.Version;
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ using Microsoft.Extensions.Options;
|
||||
using Umbraco.Cms.Core.Composing;
|
||||
using Umbraco.Cms.Core.Configuration.Models;
|
||||
using Umbraco.Cms.Core.Hosting;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
{
|
||||
|
||||
@@ -7,6 +7,7 @@ using Lucene.Net.Store;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Umbraco.Cms.Core;
|
||||
using Umbraco.Cms.Core.Hosting;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
|
||||
@@ -5,6 +5,7 @@ using Examine;
|
||||
using Examine.LuceneEngine.Providers;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Umbraco.Cms.Core.Hosting;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
{
|
||||
|
||||
@@ -12,6 +12,7 @@ using Microsoft.Extensions.Logging;
|
||||
using Umbraco.Cms.Core.Hosting;
|
||||
using Umbraco.Cms.Core.Logging;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
{
|
||||
|
||||
@@ -16,6 +16,7 @@ using Umbraco.Cms.Core;
|
||||
using Umbraco.Cms.Core.Hosting;
|
||||
using Umbraco.Cms.Core.Logging;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Directory = Lucene.Net.Store.Directory;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
|
||||
@@ -5,6 +5,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Umbraco.Cms.Core.Hosting;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
{
|
||||
|
||||
@@ -12,6 +12,7 @@ using Umbraco.Cms.Core.Configuration.Models;
|
||||
using Umbraco.Cms.Core.Hosting;
|
||||
using Umbraco.Cms.Core.Logging;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Constants = Umbraco.Cms.Core.Constants;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
|
||||
@@ -7,6 +7,7 @@ using Microsoft.Extensions.Logging;
|
||||
using Umbraco.Cms.Core.Hosting;
|
||||
using Umbraco.Cms.Core.Logging;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Directory = Lucene.Net.Store.Directory;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
|
||||
@@ -24,6 +24,7 @@ using Umbraco.Cms.Core.Strings;
|
||||
using Umbraco.Cms.Core.Templates;
|
||||
using Umbraco.Cms.Core.Trees;
|
||||
using Umbraco.Cms.Core.Web;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Core;
|
||||
using Umbraco.Core.Logging.Serilog.Enrichers;
|
||||
using Umbraco.Core.Manifest;
|
||||
@@ -35,9 +36,7 @@ using Umbraco.Core.Persistence;
|
||||
using Umbraco.Core.Runtime;
|
||||
using Umbraco.Core.Scoping;
|
||||
using Umbraco.Core.Serialization;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Extensions;
|
||||
using Umbraco.Infrastructure.Examine;
|
||||
using Umbraco.Infrastructure.HealthChecks;
|
||||
using Umbraco.Infrastructure.HostedServices;
|
||||
using Umbraco.Infrastructure.Install;
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using Examine;
|
||||
using Umbraco.Cms.Core;
|
||||
using Umbraco.Cms.Core.Models;
|
||||
using Umbraco.Cms.Core.PropertyEditors;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public abstract class BaseValueSetBuilder<TContent> : IValueSetBuilder<TContent>
|
||||
|
||||
@@ -6,15 +6,10 @@ using Umbraco.Cms.Core;
|
||||
using Umbraco.Cms.Core.Models;
|
||||
using Umbraco.Cms.Core.Persistence.Querying;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Core;
|
||||
using Umbraco.Core.Models;
|
||||
using Umbraco.Core.Services;
|
||||
using Umbraco.Core.Persistence;
|
||||
using Umbraco.Core.Persistence.Querying;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Performs the data lookups required to rebuild a content index
|
||||
/// </summary>
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Examine;
|
||||
using Umbraco.Cms.Core;
|
||||
using Umbraco.Cms.Core.Models;
|
||||
using Umbraco.Cms.Core.Models.Membership;
|
||||
using Umbraco.Cms.Core.PropertyEditors;
|
||||
@@ -10,7 +9,7 @@ using Umbraco.Cms.Core.Strings;
|
||||
using Umbraco.Core.Scoping;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// Builds <see cref="ValueSet"/>s for <see cref="IContent"/> items
|
||||
|
||||
@@ -5,7 +5,7 @@ using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Extensions;
|
||||
using Constants = Umbraco.Cms.Core.Constants;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// Used to validate a ValueSet for content/media - based on permissions, parent id, etc....
|
||||
|
||||
@@ -3,10 +3,9 @@ using System.Collections.Generic;
|
||||
using Examine;
|
||||
using Umbraco.Cms.Core.Models.PublishedContent;
|
||||
using Umbraco.Cms.Core.PublishedCache;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Web.PublishedCache;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
|
||||
namespace Umbraco.Web
|
||||
namespace Umbraco.Extensions
|
||||
{
|
||||
/// <summary>
|
||||
/// Extension methods for Examine.
|
||||
|
||||
@@ -6,7 +6,7 @@ using Umbraco.Cms.Core;
|
||||
using Umbraco.Cms.Core.Composing;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
using Examine;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using Examine;
|
||||
using Umbraco.Cms.Core.Models.ContentEditing;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// Used to search the back office for Examine indexed entities (Documents, Media and Members)
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
using Examine;
|
||||
using Umbraco.Cms.Core.Models;
|
||||
using Umbraco.Core.Models;
|
||||
using Umbraco.Cms.Core.Models;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// An extended <see cref="IValueSetValidator"/> for content indexes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// Creates <see cref="IIndex"/>'s
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using Umbraco.Cms.Core;
|
||||
using Umbraco.Core;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
public interface IIndexPopulator
|
||||
{
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
using Examine;
|
||||
using Umbraco.Cms.Core.Models;
|
||||
using Umbraco.Core.Models;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// Marker interface for a <see cref="ValueSet"/> builder for only published content
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// Marker interface for indexes of Umbraco content
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// A Marker interface for defining an Umbraco indexer
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
public interface IUmbracoIndexConfig
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
public interface IUmbracoMemberIndex : IIndex
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// Used to propagate hardcoded internal Field lists
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
using Examine;
|
||||
using System.Collections.Generic;
|
||||
using Umbraco.Core.Models;
|
||||
using System.Collections.Generic;
|
||||
using Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// Creates a collection of <see cref="ValueSet"/> to be indexed based on a collection of <see cref="T"/>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// Default implementation of <see cref="IIndexDiagnosticsFactory"/> which returns <see cref="GenericIndexDiagnostics"/> for indexes that don't have an implementation
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Linq;
|
||||
using Examine;
|
||||
using Umbraco.Cms.Core.Collections;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// An <see cref="IIndexPopulator"/> that is automatically associated to any index of type <see cref="TIndex"/>
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using System.Threading.Tasks;
|
||||
using Examine;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Umbraco.Cms.Core.Logging;
|
||||
using Umbraco.Core.Logging;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
public class IndexRebuildingEventArgs : EventArgs
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// The index types stored in the Lucene Index
|
||||
|
||||
@@ -3,10 +3,8 @@ using System.Linq;
|
||||
using Examine;
|
||||
using Umbraco.Cms.Core.Models;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Core.Models;
|
||||
using Umbraco.Core.Services;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// Performs the data lookups required to rebuild a media index
|
||||
|
||||
@@ -3,7 +3,6 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Examine;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Umbraco.Cms.Core;
|
||||
using Umbraco.Cms.Core.Models;
|
||||
using Umbraco.Cms.Core.PropertyEditors;
|
||||
using Umbraco.Cms.Core.Serialization;
|
||||
@@ -13,7 +12,7 @@ using Umbraco.Core.PropertyEditors.ValueConverters;
|
||||
using Umbraco.Extensions;
|
||||
using Constants = Umbraco.Cms.Core.Constants;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
public class MediaValueSetBuilder : BaseValueSetBuilder<IMedia>
|
||||
{
|
||||
|
||||
@@ -3,10 +3,8 @@ using System.Linq;
|
||||
using Examine;
|
||||
using Umbraco.Cms.Core.Models;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Core.Models;
|
||||
using Umbraco.Core.Services;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
public class MemberIndexPopulator : IndexPopulator<IUmbracoMemberIndex>
|
||||
{
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Examine;
|
||||
using Umbraco.Cms.Core;
|
||||
using Umbraco.Cms.Core.Models;
|
||||
using Umbraco.Cms.Core.PropertyEditors;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
|
||||
public class MemberValueSetBuilder : BaseValueSetBuilder<IMember>
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
public class MemberValueSetValidator : ValueSetValidator
|
||||
{
|
||||
|
||||
@@ -2,9 +2,8 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Examine;
|
||||
using Umbraco.Cms.Core.Models.ContentEditing;
|
||||
using Umbraco.Examine;
|
||||
|
||||
namespace Umbraco.Infrastructure.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
public class NoopBackOfficeExamineSearcher : IBackOfficeExamineSearcher
|
||||
{
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Examine;
|
||||
using Umbraco.Examine;
|
||||
|
||||
namespace Umbraco.Infrastructure.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
public class NoopUmbracoIndexesCreator : IUmbracoIndexesCreator
|
||||
{
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Core.Models;
|
||||
using Umbraco.Core.Services;
|
||||
using Umbraco.Core.Persistence;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// Performs the data lookups required to rebuild a content index containing only published content
|
||||
|
||||
@@ -4,7 +4,7 @@ using Examine;
|
||||
using Examine.Search;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
public static class UmbracoExamineExtensions
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
public static class UmbracoExamineFieldNames
|
||||
{
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text.RegularExpressions;
|
||||
using Examine;
|
||||
using Umbraco.Core;
|
||||
using Examine;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// Custom <see cref="FieldDefinitionCollection"/> allowing dynamic creation of <see cref="FieldDefinition"/>
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
using Examine;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Core.Services;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
public class UmbracoIndexConfig : IUmbracoIndexConfig
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Linq;
|
||||
using Examine;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Examine
|
||||
namespace Umbraco.Cms.Infrastructure.Examine
|
||||
{
|
||||
/// <summary>
|
||||
/// Performing basic validation of a value set
|
||||
|
||||
@@ -8,7 +8,7 @@ using Umbraco.Cms.Core.Models.ContentEditing;
|
||||
using Umbraco.Cms.Core.Models.Entities;
|
||||
using Umbraco.Cms.Core.Models.Mapping;
|
||||
using Umbraco.Cms.Core.Models.Membership;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Extensions;
|
||||
using Constants = Umbraco.Cms.Core.Constants;
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ using Newtonsoft.Json.Linq;
|
||||
using Umbraco.Cms.Core.Models;
|
||||
using Umbraco.Cms.Core.PropertyEditors;
|
||||
using Umbraco.Cms.Core.Xml;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Core.Models;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Web.PropertyEditors
|
||||
|
||||
@@ -11,7 +11,7 @@ using Umbraco.Cms.Core.Serialization;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Core.Strings;
|
||||
using Umbraco.Cms.Core.Templates;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Extensions;
|
||||
using Umbraco.Web.Macros;
|
||||
using Constants = Umbraco.Cms.Core.Constants;
|
||||
|
||||
@@ -9,7 +9,7 @@ using Umbraco.Cms.Core;
|
||||
using Umbraco.Cms.Core.Models.PublishedContent;
|
||||
using Umbraco.Cms.Core.PublishedCache;
|
||||
using Umbraco.Cms.Core.Xml;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Extensions;
|
||||
using Constants = Umbraco.Cms.Core.Constants;
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@ using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Umbraco.Cms.Core.Runtime;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Core;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Infrastructure.HostedServices;
|
||||
|
||||
namespace Umbraco.Web.Search
|
||||
|
||||
@@ -13,8 +13,8 @@ using Umbraco.Cms.Core.Runtime;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Core.Services.Changes;
|
||||
using Umbraco.Cms.Core.Sync;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Core.Scoping;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Web.Search
|
||||
|
||||
@@ -5,8 +5,8 @@ using Umbraco.Cms.Core.Models;
|
||||
using Umbraco.Cms.Core.PropertyEditors;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Core.Strings;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Core.Scoping;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Web.Search
|
||||
|
||||
@@ -10,8 +10,8 @@ using Umbraco.Cms.Core.Models.Mapping;
|
||||
using Umbraco.Cms.Core.Routing;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Core.Trees;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Core.Persistence;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Extensions;
|
||||
using Constants = Umbraco.Cms.Core.Constants;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
|
||||
namespace Umbraco.Web.Search
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Umbraco.Cms.Core;
|
||||
using Umbraco.Cms.Core.Cache;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Web.Search;
|
||||
|
||||
namespace Umbraco.Web
|
||||
|
||||
@@ -17,6 +17,7 @@ using Umbraco.Cms.Core.Runtime;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Core.Sync;
|
||||
using Umbraco.Cms.Core.WebAssets;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Cms.Infrastructure.PublishedCache;
|
||||
using Umbraco.Cms.Tests.Common.TestHelpers.Stubs;
|
||||
using Umbraco.Cms.Tests.Integration.Implementations;
|
||||
|
||||
@@ -10,6 +10,7 @@ using NUnit.Framework;
|
||||
using Umbraco.Cms.Core;
|
||||
using Umbraco.Cms.Core.Models;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Examine;
|
||||
|
||||
namespace Umbraco.Cms.Tests.UnitTests.Umbraco.Infrastructure.Examine
|
||||
|
||||
@@ -17,6 +17,7 @@ using Umbraco.Cms.Core.PublishedCache;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Core.Web;
|
||||
using Umbraco.Cms.Core.Xml;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Extensions;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Web.Composing;
|
||||
|
||||
@@ -15,6 +15,7 @@ using Umbraco.Cms.Core.PropertyEditors;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Core.Strings;
|
||||
using Umbraco.Cms.Core.Web;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Cms.Tests.Common;
|
||||
using Umbraco.Cms.Tests.Common.Testing;
|
||||
using Umbraco.Examine;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using System.Linq;
|
||||
using NUnit.Framework;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Cms.Tests.Common.Testing;
|
||||
using Umbraco.Tests.Testing;
|
||||
using Umbraco.Examine;
|
||||
|
||||
@@ -16,6 +16,7 @@ using Umbraco.Cms.Core.Persistence.Querying;
|
||||
using Umbraco.Cms.Core.PropertyEditors;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Core.Strings;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Core.Scoping;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Tests.TestHelpers;
|
||||
|
||||
@@ -16,6 +16,7 @@ using System;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Umbraco.Cms.Core.Models;
|
||||
using Umbraco.Cms.Core.PropertyEditors;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Cms.Tests.Common.Testing;
|
||||
using Umbraco.Core;
|
||||
using Umbraco.Tests.TestHelpers;
|
||||
|
||||
@@ -10,6 +10,7 @@ using Umbraco.Cms.Core.Models;
|
||||
using Umbraco.Cms.Core.Persistence.Querying;
|
||||
using Umbraco.Cms.Core.PropertyEditors;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Cms.Tests.Common.Testing;
|
||||
using Umbraco.Core;
|
||||
using Umbraco.Core.Models;
|
||||
|
||||
@@ -8,6 +8,7 @@ using Moq;
|
||||
using NUnit.Framework;
|
||||
using Umbraco.Cms.Core.Models.PublishedContent;
|
||||
using Umbraco.Cms.Core.PublishedCache;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Tests.TestHelpers;
|
||||
using Umbraco.Web;
|
||||
|
||||
@@ -7,6 +7,7 @@ using Microsoft.Extensions.Logging;
|
||||
using Umbraco.Cms.Core.Cache;
|
||||
using Umbraco.Cms.Core.IO;
|
||||
using Umbraco.Cms.Core.Models.ContentEditing;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Cms.Web.Common.Attributes;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
@@ -7,6 +7,7 @@ using Umbraco.Cms.Core.Models.PublishedContent;
|
||||
using Umbraco.Cms.Core.Routing;
|
||||
using Umbraco.Cms.Core.Services;
|
||||
using Umbraco.Cms.Core.Web;
|
||||
using Umbraco.Cms.Infrastructure.Examine;
|
||||
using Umbraco.Examine;
|
||||
using Umbraco.Web;
|
||||
using Constants = Umbraco.Cms.Core.Constants;
|
||||
|
||||
Reference in New Issue
Block a user