Geographical proximity aggregation in ElasticSearch instead of geohash? -


i'm using geohash aggregation, i'd have pins aggregated density/priximity rather predefined sections - possible es?

yes, possible elasticsearch using decay functions. can read more them here.

sample elasticsearch docs

"decay_function": {      "field_name": {            "origin": "11, 12",           "scale": "2km",           "offset": "0km",           "decay": 0.33     } } 

Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

filehandler - java open files not cleaned, even when the process is killed -

gridview - Yii2 DataPorivider $totalSum for a column -