Click or drag to resize

WildcardQuery Class

A wildcard query is a query in which term the character * will match 0..n occurrences of any characters and ? will match 1 occurrence of any character.
Inheritance Hierarchy
SystemObject
  Couchbase.Search.QueriesSearchQueryBase
    Couchbase.Search.Queries.SimpleWildcardQuery

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

The WildcardQuery type exposes the following members.

Constructors
  NameDescription
Public methodWildcardQuery
Initializes a new instance of the WildcardQuery class
Top
Methods
See Also