PHP 클래스 Elastica\QueryBuilder\Version

저자: Manuel Andreo Garcia ([email protected])
파일 보기 프로젝트 열기: ruflin/elastica 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$aggregations string[] supported aggregation methods.
$filters string[] supported filter methods.
$queries string[] supported query methods.
$suggesters string[] supported $suggester methods.

공개 메소드들

메소드 설명
getAggregations ( ) : string[]
getQueries ( ) : string[]
getSuggesters ( ) : string[]
supports ( string $name, $type ) : boolean returns true if $name is supported, false otherwise.

메소드 상세

getAggregations() 공개 메소드

public getAggregations ( ) : string[]
리턴 string[]

getQueries() 공개 메소드

public getQueries ( ) : string[]
리턴 string[]

getSuggesters() 공개 메소드

public getSuggesters ( ) : string[]
리턴 string[]

supports() 공개 메소드

returns true if $name is supported, false otherwise.
public supports ( string $name, $type ) : boolean
$name string
$type
리턴 boolean

프로퍼티 상세

$aggregations 보호되어 있는 프로퍼티

supported aggregation methods.
protected string[] $aggregations
리턴 string[]

$filters 보호되어 있는 프로퍼티

supported filter methods.
protected string[] $filters
리턴 string[]

$queries 보호되어 있는 프로퍼티

supported query methods.
protected string[] $queries
리턴 string[]

$suggesters 보호되어 있는 프로퍼티

supported $suggester methods.
protected string[] $suggesters
리턴 string[]