Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Interface ISearchResult

    The result of a search query.

    Inherited Members
    IEnumerable<ISearchQueryRow>.GetEnumerator()
    IServiceResult.RetryReason
    Namespace: Couchbase.Search
    Assembly: Couchbase.NetClient.dll
    Syntax
    public interface ISearchResult : IEnumerable<ISearchQueryRow>, IEnumerable, IServiceResult

    Properties

    | Edit this page View Source

    Facets

    The results for the facet components of the query.

    Declaration
    IDictionary<string, IFacetResult> Facets { get; }
    Property Value
    Type Description
    IDictionary<string, IFacetResult>
    | Edit this page View Source

    Hits

    The rows returned by the search request.

    Declaration
    IList<ISearchQueryRow> Hits { get; }
    Property Value
    Type Description
    IList<ISearchQueryRow>
    | Edit this page View Source

    MetaData

    Declaration
    MetaData MetaData { get; }
    Property Value
    Type Description
    MetaData

    Extension Methods

    ServiceResultExtensions.ThrowOnNoRetry(IServiceResult)
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.