elasticsearch
4 articles tagged “elasticsearch”
Blog
October 21, 2022
Converting logical expressions into ElasticSearch’s Java API using QueryBuilders class
In this Tech Bite, we will see how to use ElasticSearch's Java API to perform some of the common Elasticsearch queries. Elasticsearch query types The…
Blog
July 21, 2022
Elasticsearch – Aggregation pagination with Composite aggregation
Elasticsearch provides a simple way to execute all kinds of complex aggregations. Often, the result of those aggregations contains a large number of buckets, so…
Blog
February 3, 2021
Elasticsearch – Bucket Selector Aggregation
Bucket Selector Aggregation Elasticsearch has many aggregations to offer that allow us to group and breakdown our data in almost any way we want. Often,…
Blog
October 22, 2019
Elasticsearch and near realtime analytics
Recently, we got a request to create an analytics dashboard for the application's data we have. The data was stored within PostgreSQL and our initial…