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
Show file Open project: couchbase/couchbase-net-client Class Usage Examples

Public Methods

Method 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 method

public Export ( ) : Newtonsoft.Json.Linq.JObject
return Newtonsoft.Json.Linq.JObject

Field() public method

The field for the match.
public Field ( string field ) : WildcardQuery
field string The field.
return WildcardQuery

WildcardQuery() public method

public WildcardQuery ( string wildcard ) : Newtonsoft.Json.Linq
wildcard string
return Newtonsoft.Json.Linq