Contains full text search classes
Classes
| Class | Description | |
|---|---|---|
| DefaultSearchProvider |
Performs text search using standard string comparison methods.
| |
| RegexSearchProvider |
Performs text search using regular expressions.
| |
| SearchClient |
Provides asynchronous full text search capabilities.
| |
| SearchQuery |
Encapsulates the settings of a full text search query.
| |
| SearchResult |
Represents a single search result.
| |
| SearchResultsAvailableEventArgs |
Provides data for the SearchResultsAvailable event.
|
Structures
| Structure | Description | |
|---|---|---|
| SearchMatch |
Represents a match in a string search.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ISearchProvider |
Defines the contract for performing text search.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| SearchDirection |
Specifies the search direction in a text search.
|