dtSearch Text Retrieval Engine .NET interface

IndexJob Methods

The methods of the IndexJob class are listed below. For a complete list of IndexJob class members, see the IndexJob Members topic.

Public Static Methods

GetIndexInfo Get information about the current state of an index

Public Instance Methods

AbortThread Aborts an IndexJob started using ExecuteInThread.
AbortThreadImmediate Aborts an IndexJob started using ExecuteInThread, without saving anything indexed so far.
Dispose (inherited from dtSearch.Engine.DisposableObject) 
Execute Executes the IndexJob and returns when the job is complete.
ExecuteInThread Starts a separate thread to execute the IndexJob and returns immediately.
IsThreadDone Checks whether an IndexJob started using ExecuteInThread is done, and also gets information on the state of the index update.

See Also

IndexJob Class | dtSearch.Engine Namespace | DataSource | "Building and Maintaining Indexes"