IndexManager Class

Represents the component for managing indexes.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public class IndexManager : IDisposable
Inheritance
Object    IndexManager
Implements
IDisposable

Constructors

IndexManagerInitializes a new instance of the IndexManager class

Properties

Indexes The list of available Index objects.

Methods

AddExistingIndex Adds an existing index store to the index list. The index must not already exist in the index list.
AddIndex Adds a Index object to the index list. The index must not already exist in the index list.
CreateNewIndex(String) Creates a new index in the default index store. Call AddIndex(Index) to add the index to the index list.
CreateNewIndex(String, String) Creates a new index. Call AddIndex(Index) to add the index to the index list.
DisposeReleases all resources used by the IndexManager
Dispose(Boolean)Releases the unmanaged resources used by the IndexManager and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Non-GC class clean up
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RemoveIndex Remove an index from the index list.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also