Click or drag to resize

RegexpQuery Class

Regexp query finds documents containing terms that match the specified regular expression.
Inheritance Hierarchy
SystemObject
  Couchbase.Search.QueriesSearchQueryBase
    Couchbase.Search.Queries.SimpleRegexpQuery

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

The RegexpQuery type exposes the following members.

Constructors
  NameDescription
Public methodRegexpQuery
Initializes a new instance of the RegexpQuery class.
Top
Methods
  NameDescription
Public methodExport (Overrides SearchQueryBaseExport.)
Public methodField
If a field is specified, only terms in that field will be matched. This can also affect the used analyzer if one isn't specified explicitly.
Top
See Also