Click or drag to resize

SearchQueryRow Class

Represents a single "hit" for a ISearchQuery request.
Inheritance Hierarchy
SystemObject
  Couchbase.SearchSearchQueryRow

Namespace:  Couchbase.Search
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class SearchQueryRow : ISearchQueryRow

The SearchQueryRow type exposes the following members.

Constructors
  NameDescription
Public methodSearchQueryRow
Initializes a new instance of the SearchQueryRow class
Top
Properties
  NameDescription
Public propertyExplanation
Detailed explanation of the search "hit".
Public propertyFields
Give thes complete value of the included fields where matches occurred.
Public propertyFragments
The highlighted fragments of the search hits within the content.
Public propertyId
The document identifier.
Public propertyIndex
Gets the index used for the "hit".
Public propertyLocations
Indicates the offsets of the search terms matched inside the document.
Public propertyScore
The relative score for this "hit".
Top
See Also