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
파일 보기 프로젝트 열기: couchbase/couchbase-net-client 1 사용 예제들

공개 메소드들

메소드 설명
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