C# 클래스 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.
상속: FtsQueryBase
파일 보기 프로젝트 열기: couchbase/couchbase-net-client 1 사용 예제들

공개 메소드들

메소드 설명
Export ( ) : Newtonsoft.Json.Linq.JObject
Field ( string field ) : PhraseQuery

The field to search against.

PhraseQuery ( ) : System

메소드 상세

Export() 공개 메소드

public Export ( ) : Newtonsoft.Json.Linq.JObject
리턴 Newtonsoft.Json.Linq.JObject

Field() 공개 메소드

The field to search against.
public Field ( string field ) : PhraseQuery
field string The field.
리턴 PhraseQuery

PhraseQuery() 공개 메소드

public PhraseQuery ( ) : System
리턴 System