Couchbase .NET SDK __CB_SDK_VERSION__

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

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>
View Source

Hits

The rows returned by the search request.

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

MetaData

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

Extension Methods

ServiceResultExtensions.ThrowOnNoRetry(IServiceResult)
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.