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

Regexp query finds documents containing terms that match the specified regular expression.
상속: FtsQueryBase
파일 보기 프로젝트 열기: couchbase/couchbase-net-client 1 사용 예제들

공개 메소드들

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

If a field is specified, only terms in that field will be matched. This can also affect the used analyzer if one isn't specified explicitly.

RegexpQuery ( string regex ) : System

Initializes a new instance of the RegexpQuery class.

메소드 상세

Export() 공개 메소드

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

Field() 공개 메소드

If a field is specified, only terms in that field will be matched. This can also affect the used analyzer if one isn't specified explicitly.
public Field ( string field ) : RegexpQuery
field string The field.
리턴 RegexpQuery

RegexpQuery() 공개 메소드

Initializes a new instance of the RegexpQuery class.
regex
public RegexpQuery ( string regex ) : System
regex string The regexp to be analyzed and used against. The regexp string is required.
리턴 System