The ISearchEngine type exposes the following members.

Methods

  NameDescription
Add
Add an item to the index.
BeginBulkAdd
Signal the beginning of a bulk add operation.
Clear
Clears all items from the index.
EndBulkAdd
Signal the end of a bulk add operation.
Optimize
Optimizes the search index data structure (if supported by the search engine)
Remove
Removes an item from the index.
Search
Perform a full text search.
Update
Updates an item in the index.

Properties

  NameDescription
Context
Gets or sets a LightSpeedContext

See Also