C# Class Couchbase.Search.Queries.Simple.WildcardQuery

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: FtsQueryBase
Afficher le fichier Open project: couchbase/couchbase-net-client Class Usage Examples

Méthodes publiques

Méthode Description
Export ( ) : Newtonsoft.Json.Linq.JObject
Field ( string field ) : WildcardQuery

The field for the match.

WildcardQuery ( string wildcard ) : Newtonsoft.Json.Linq

Method Details

Export() public méthode

public Export ( ) : Newtonsoft.Json.Linq.JObject
Résultat Newtonsoft.Json.Linq.JObject

Field() public méthode

The field for the match.
public Field ( string field ) : WildcardQuery
field string The field.
Résultat WildcardQuery

WildcardQuery() public méthode

public WildcardQuery ( string wildcard ) : Newtonsoft.Json.Linq
wildcard string
Résultat Newtonsoft.Json.Linq