Elasticsearch aggregation give us the ability to ask questions to our data. The ability to group and find out statistics (such as sum, average, min, max) on our data by. read more…
In elasticsearch we can store closely related entities within a single document. For example, we can store a blog post and all of its comments together, by passing an array. read more…
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here:
Cookie Policy
Elasticsearch : What, How and Why?
At its core, you can think of Elasticsearch as a server that can process JSON requests and give you back JSON data in near real-time.
Share this:
Like this:
Continue Reading
5 simple examples to understand Elasticsearch aggregation
Elasticsearch aggregation give us the ability to ask questions to our data. The ability to group and find out statistics (such as sum, average, min, max) on our data by. read more…
Share this:
Like this:
Continue Reading
Be careful while querying inner objects in elasticsearch
In elasticsearch we can store closely related entities within a single document. For example, we can store a blog post and all of its comments together, by passing an array. read more…
Share this:
Like this:
Continue Reading