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
QueryBuilder
DSL
Aggregation
geohash_grid
Elastica\QueryBuilder\DSL\Aggregation::geohash_grid PHP 메소드
Aggregation 1 문서
파일 보기
프로젝트 열기: ruflin/elastica
geohash_grid()
공개
메소드
geohash grid aggregation.
링크 보기:
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-geohashgrid-aggregation.html
public
geohash_grid
(
string
$name
,
string
$field
) :
Elastica\Aggregation\GeohashGrid
$name
string
the name of this aggregation
$field
string
the field on which to perform this aggregation
리턴
Elastica\Aggregation\GeohashGrid
public function geohash_grid($name, $field) { return new GeohashGrid($name, $field); }
Aggregation
avg
bucket_script
cardinality
children
date_histogram
date_range
extended_stats
filter
filters
geo_bounds
geo_distance
geohash_grid
getType
global_agg
histogram
ipv4_range
max
min
missing
nested
percentile_ranks
percentiles
range
reverse_nested
scripted_metric
serial_diff
significant_terms
stats
sum
terms
top_hits
value_count