C# Класс 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.
Наследование: FtsQueryBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Analyzer ( string analyzer ) : MatchPhraseQuery
Export ( ) : Newtonsoft.Json.Linq.JObject
Field ( string field ) : MatchPhraseQuery
MatchPhraseQuery ( string matchPhrase ) : System

Описание методов

Analyzer() публичный Метод

public Analyzer ( string analyzer ) : MatchPhraseQuery
analyzer string
Результат MatchPhraseQuery

Export() публичный Метод

public Export ( ) : Newtonsoft.Json.Linq.JObject
Результат Newtonsoft.Json.Linq.JObject

Field() публичный Метод

public Field ( string field ) : MatchPhraseQuery
field string
Результат MatchPhraseQuery

MatchPhraseQuery() публичный Метод

public MatchPhraseQuery ( string matchPhrase ) : System
matchPhrase string
Результат System