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
Elasticsearch: Distribute the results of multiple inner queries based on defined amount/ percentage
Consider I am having multiple should blocks, I want to define how many documents each should block can derive. For example if result is set of 10 documents, I need 6 from first block, 3 from second bl...
Ghanshyam Baviskar
Votes: 0
Answers: 1
Must returns more results than Filter
I checked this question What is the difference between must and filter in Query DSL in elasticsearch? and read answers.
As far as I understood must and filter should return same result. Am I right? Bu...
Hep Alem
Votes: 0
Answers: 1
Elasticsearch Range filter using should and must
I just started working with ES I am facing an issue with the query body I need to filter results using two fields, price and discount. It works fine when I use them with must but some of the documents...
Gurjit Singh
Votes: 0
Answers: 1