Click or drag to resize

ISearchResult Interface

The result of a search query.

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public interface ISearchResult : IEnumerable<ISearchQueryRow>, 
	IEnumerable

The ISearchResult type exposes the following members.

Properties
  NameDescription
Public propertyFacets
The results for the facet components of the query.
Public propertyHits
The rows returned by the search request.
Public propertyMetaData
Top
See Also