Try our conversational search powered by Generative AI!

Class LazyIndexer

Parses and extracts internal links between content when new changes are published

Inheritance
System.Object
LazyIndexer
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[Obsolete("This class supported the CMS 6 search functionality which is no longer available, see release notes for more information")]
public sealed class LazyIndexer : IDisposable

Constructors

LazyIndexer()

Declaration
public LazyIndexer()

Properties

Empty

Gets a value indicating whether this ContentSoftLinkIndexer has nothing to do.

Declaration
public static bool Empty { get; }
Property Value
Type Description
System.Boolean

true if empty; otherwise, false.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()

IndexNow()

Starts the indexing operation.

Declaration
public static void IndexNow()

IndexPage(Int32)

Declaration
public static void IndexPage(int pageID)
Parameters
Type Name Description
System.Int32 pageID

Init(DataFactory, TimeSpan, Boolean)

Initializes the specified DataFactory instance.

Declaration
public static void Init(DataFactory df, TimeSpan indexingDelay, bool indexingTextEnabled)
Parameters
Type Name Description
DataFactory df

The DataFactory instance to initialize.

System.TimeSpan indexingDelay

Delay time between publish and indexing

System.Boolean indexingTextEnabled

If keywords used for searching should be indexed

UnInitialize()

Undo setup performed by the Initialize method.

Declaration
public static void UnInitialize()

Implements

System.IDisposable

Extension Methods