C# 클래스 Couchbase.Search.Queries.FtsQueryBase

Base class for IFtsQuery implementations.
상속: IFtsQuery
파일 보기 프로젝트 열기: couchbase/couchbase-net-client

보호된 프로퍼티들

프로퍼티 타입 설명
IndexName string
Query string

Private Properties

프로퍼티 타입 설명
IFtsQuery bool

공개 메소드들

메소드 설명
Boost ( double boost ) : IFtsQuery

Used to increase the relative weight of a clause (with a boost greater than 1) or decrease the relative weight (with a boost between 0 and 1).

Export ( ) : Newtonsoft.Json.Linq.JObject

Gets a JSON object representing this query instance />

비공개 메소드들

메소드 설명
IFtsQuery ( ) : bool

True if the request exceeded it's ClientConfiguration.SearchRequestTimeout

메소드 상세

Boost() 공개 메소드

Used to increase the relative weight of a clause (with a boost greater than 1) or decrease the relative weight (with a boost between 0 and 1).
public Boost ( double boost ) : IFtsQuery
boost double
리턴 IFtsQuery

Export() 공개 메소드

Gets a JSON object representing this query instance />
public Export ( ) : Newtonsoft.Json.Linq.JObject
리턴 Newtonsoft.Json.Linq.JObject

프로퍼티 상세

IndexName 보호되어 있는 프로퍼티

protected string IndexName
리턴 string

Query 보호되어 있는 프로퍼티

protected string Query
리턴 string