IFullTextSearchProvider Methods |
The IFullTextSearchProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| Match(String) |
Searches for matches for specific text.
| |
| Match(IEnumerableUri, String) |
Searches for matches for specific text.
| |
| Match(String, Double) |
Searches for matches for specific text.
| |
| Match(String, Int32) |
Searches for matches for specific text.
| |
| Match(IEnumerableUri, String, Double) |
Searches for matches for specific text.
| |
| Match(IEnumerableUri, String, Int32) |
Searches for matches for specific text.
| |
| Match(String, Double, Int32) |
Searches for matches for specific text.
| |
| Match(IEnumerableUri, String, Double, Int32) |
Searches for matches for specific text.
|