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

The query string query allows humans to describe complex queries using a simple syntax.
Inheritance: FtsQueryBase
Show file Open project: couchbase/couchbase-net-client Class Usage Examples

Public Methods

Method Description
Export ( ) : Newtonsoft.Json.Linq.JObject
StringQuery ( string query ) : System

Initializes a new instance of the StringQuery class.

Method Details

Export() public method

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

StringQuery() public method

Initializes a new instance of the StringQuery class.
query
public StringQuery ( string query ) : System
query string The query string to be analyzed and used against. The query string is required.
return System