public class IndexManager : IDisposable
public ref class IndexManager : IDisposable
IndexManager | Initializes a new instance of the IndexManager class |
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. |
Dispose | Releases all resources used by the IndexManager |
Dispose(Boolean) | Releases the unmanaged resources used by the IndexManager and optionally releases the managed resources |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize |
Non-GC class clean up
(Overrides ObjectFinalize) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
RemoveIndex | Remove an index from the index list. |
ToString | Returns a string that represents the current object. (Inherited from Object) |