Interface ISearchRequester
An interface representing the ability to do make a SearchRequest
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Volatile)]
public interface ISearchRequester
Methods
| Edit this page View SourceSearchAsync(string, SearchRequest, SearchOptions?)
Declaration
Task<ISearchResult> SearchAsync(string searchIndexName, SearchRequest searchRequest, SearchOptions? options)
Parameters
Type | Name | Description |
---|---|---|
string | searchIndexName | |
SearchRequest | searchRequest | |
SearchOptions | options |
Returns
Type | Description |
---|---|
Task<ISearchResult> |