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

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

The field to search against.

PrefixQuery ( string prefix ) : System

Method Details

Export() public méthode

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

Field() public méthode

The field to search against.
public Field ( string field ) : PrefixQuery
field string The field.
Résultat PrefixQuery

PrefixQuery() public méthode

public PrefixQuery ( string prefix ) : System
prefix string
Résultat System