Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Elastica
Aggregation
Terms
PHP 클래스 Elastica\Aggregation\Terms
링크 보기:
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-terms-aggregation.html
상속:
extends
AbstractTermsAggregation
파일 보기
프로젝트 열기: ruflin/elastica
1 사용 예제들
공개 메소드들
메소드
설명
setOrder
(
string
$order
,
string
$direction
)
Set the bucket sort order.
메소드 상세
setOrder()
공개
메소드
Set the bucket sort order.
public
setOrder
(
string
$order
,
string
$direction
)
$order
string
"_count", "_term", or the name of a sub-aggregation or sub-aggregation response field
$direction
string
"asc" or "desc"