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

A match query searches for terms occurring in the specified positions and offsets. The input text is analyzed and a phrase query is built with the terms resulting from the analysis. This depends on term vectors, which are consulted to determine phrase distance.
Inheritance: FtsQueryBase
Afficher le fichier Open project: couchbase/couchbase-net-client Class Usage Examples

Méthodes publiques

Méthode Description
Analyzer ( string analyzer ) : MatchPhraseQuery
Export ( ) : Newtonsoft.Json.Linq.JObject
Field ( string field ) : MatchPhraseQuery
MatchPhraseQuery ( string matchPhrase ) : System

Method Details

Analyzer() public méthode

public Analyzer ( string analyzer ) : MatchPhraseQuery
analyzer string
Résultat MatchPhraseQuery

Export() public méthode

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

Field() public méthode

public Field ( string field ) : MatchPhraseQuery
field string
Résultat MatchPhraseQuery

MatchPhraseQuery() public méthode

public MatchPhraseQuery ( string matchPhrase ) : System
matchPhrase string
Résultat System