Click or drag to resize

ISearchQueryRow Interface

Represents a single "hit" for a ISearchQuery request.

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

The ISearchQueryRow type exposes the following members.

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