Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    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 Source

    SearchAsync(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>
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.