Click or drag to resize

MatchPhraseQuery Class

A match query searches for terms occurring in the specified positions and offsets. The input text is analyzed and a phrase query is built with the terms resulting from the analysis. This depends on term vectors, which are consulted to determine phrase distance.
Inheritance Hierarchy
SystemObject
  Couchbase.Search.QueriesSearchQueryBase
    Couchbase.Search.Queries.SimpleMatchPhraseQuery

Namespace:  Couchbase.Search.Queries.Simple
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public sealed class MatchPhraseQuery : SearchQueryBase

The MatchPhraseQuery type exposes the following members.

Constructors
  NameDescription
Public methodMatchPhraseQuery
Initializes a new instance of the MatchPhraseQuery class
Top
Methods
See Also