Interface ISearchResult
The result of a search query.
Namespace: Couchbase.Search
Assembly: Couchbase.NetClient.dll
Syntax
public interface ISearchResult : IEnumerable<ISearchQueryRow>, IEnumerable, IServiceResult
Properties
| Edit this page View SourceFacets
The results for the facet components of the query.
Declaration
IDictionary<string, IFacetResult> Facets { get; }
Property Value
Type | Description |
---|---|
IDictionary<string, IFacetResult> |
Hits
The rows returned by the search request.
Declaration
IList<ISearchQueryRow> Hits { get; }
Property Value
Type | Description |
---|---|
IList<ISearchQueryRow> |
MetaData
Declaration
MetaData MetaData { get; }
Property Value
Type | Description |
---|---|
MetaData |