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

The prefix query finds documents containing terms that start with the provided prefix.
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 ) : PrefixQuery

The field to search against.

PrefixQuery ( string prefix ) : System

Method Details

Export() public method

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

Field() public method

The field to search against.
public Field ( string field ) : PrefixQuery
field string The field.
return PrefixQuery

PrefixQuery() public method

public PrefixQuery ( string prefix ) : System
prefix string
return System