Hi all - I have been trying to do the following using aggregations but have been unable to and any help on this would be really great.
Assume that my document has two fields: A and B. I want to do the following: 1. Get max (A) 2. Get max (B) 3. Take difference of #1 and #2 4. Get the count of all documents for which the difference (computed in #3) is more than say 'x' Does aggregation support execution of stuff like above where I believe I will have to temporarily store the values in a variable and then use it in the next filter (more like a nested query). thoughts? -Amit. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAAOGaQLoT%2BKXAyFRsEiZOD_hy%3D4nf2WKB61ysO7XF5BJvQzkEA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
