IFullTextSearchProvider Interface |
Namespace: VDS.RDF.Query.FullText.Search
The IFullTextSearchProvider type exposes the following members.
Name | Description | |
---|---|---|
IsAutoSynced |
Gets whether the search provider is automatically synced with the index i.e. whether queries will always return results based on the latest state of the index.
|
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.
|