Re: Computing multiple different aggregations over a match-set in one pass

2023-03-06 Thread Greg Miller
Hi Stefan- I opened https://github.com/apache/lucene/issues/12190 where we can discuss this further. Thanks for raising the idea! Cheers, -Greg On Mon, Mar 6, 2023 at 7:21 AM Stefan Vodita wrote: > Hi Greg, > > The PR looks great. I think it's a useful feature to have and it helps > with the >

Re: Computing multiple different aggregations over a match-set in one pass

2023-03-06 Thread Stefan Vodita
Hi Greg, The PR looks great. I think it's a useful feature to have and it helps with the use-case we were discussing. I left a comment with some other ideas that I'd like to explore. Thank you for coding this up, Stefan On Sun, 5 Mar 2023 at 19:33, Greg Miller wrote: > > Hi Stefan- > > I cobble