Re: Stream Expression Count matches

2022-09-22 Thread Joel Bernstein
It would also be good to map the null expression to a "tupleCount" function name so its more intuitive. I will create a ticket for this. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Sep 22, 2022 at 9:31 AM Joel Bernstein wrote: > There is an undocumented "null" expression which will

Re: Stream Expression Count matches

2022-09-22 Thread Joel Bernstein
There is an undocumented "null" expression which will return the count: null(expr()) It would of course be good to document this expression. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Sep 20, 2022 at 10:08 AM Sergio García Maroto wrote: > Hi, > > I am trying to find a way to get

Stream Expression Count matches

2022-09-20 Thread Sergio García Maroto
Hi, I am trying to find a way to get the number of results after running a few nested streaming expressions. Similar to the numFound parameter on select numFound":50743918. I found stats something similar. Althought this only applies to stream expressions with queries embedded. stats(articles,