Click or drag to resize

MatchQuery Class

A query that analyzes the input text and uses that analyzed text to query the index.
Inheritance Hierarchy
SystemObject
  Couchbase.Search.QueriesSearchQueryBase
    Couchbase.Search.Queries.SimpleMatchQuery

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

The MatchQuery type exposes the following members.

Constructors
  NameDescription
Public methodMatchQuery
Initializes a new instance of the MatchQuery class
Top
Methods
See Also