Re: Having problems with hit count from OR filter

2014-10-27 Thread Lenin
to simulate the same as well. Please let me know if you need anything more. Thanks. -Lenin On Monday, October 27, 2014 10:32:20 AM UTC-7, Adrien Grand wrote: > > Hi Lenin, > > This looks like a bug indeed... Did you manage to nail down this issue? > Could you run the same terms

Having problems with hit count from OR filter

2014-10-23 Thread Lenin
I have the following aggregation which show all the count by values for a particular field values. http://localhost:8200/index1/collection1/_search?search_type=count { "aggs" : { "effects" : { "terms" : { "field" : "type" } } } } Ou