C# 클래스 Couchbase.Search.Queries.Simple.PrefixQuery

The prefix query finds documents containing terms that start with the provided prefix.
상속: FtsQueryBase
파일 보기 프로젝트 열기: couchbase/couchbase-net-client 1 사용 예제들

공개 메소드들

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

The field to search against.

PrefixQuery ( string prefix ) : System

메소드 상세

Export() 공개 메소드

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

Field() 공개 메소드

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

PrefixQuery() 공개 메소드

public PrefixQuery ( string prefix ) : System
prefix string
리턴 System