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

The phrase query allows to query for exact term phrases in the index. The provided terms must exist in the correct order, at the correct index offsets, in the specified field (as no analyzer are applied to the terms). Queried field must have been indexed with includeTermVectors set to true. It is generally more useful in debugging scenarios, and the Match Phrase Query should usually be preferred for real-world use cases.
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 ) : PhraseQuery

The field to search against.

PhraseQuery ( ) : 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 ) : PhraseQuery
field string The field.
Résultat PhraseQuery

PhraseQuery() public méthode

public PhraseQuery ( ) : System
Résultat System