python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
elasticsearch filters aggregation does not return array format
The filters aggregation returns bucket as object
"buckets": {
"errors": {
"doc_count": 1
},
"warnings": {
&quo...
Jay
Votes: 0
Answers: 1
Aggregation on mapping in elastic
I want to apply aggregation in elastic on field count
Example:
domain:["config","test"] <----- field
I want to check that how many times this domain is present in docs.
Shi
Votes: 0
Answers: 1
Reverse nested aggregation in date histogram ElasticSearch
I have some problems combining data from different levels in the date histogram.
Elastic documentation gives an example that helps to deal with the case when the date in histogram is retrieved from th...
Mariannah47
Votes: 0
Answers: 1
Sum aggregation on Unique Data in ElasticSearch
I am trying to get total unique record and sum of amount of those unique data. How to get it in Elastic Search query.My Sample input data is
{"amt":"2.9",
"recName":"...
slj
Votes: 0
Answers: 1