Description
Adds expression support to the Stats stream. With this it will now be possible to express an stats stream as
stats(
collection1, q=*:*, fl="fieldA,fieldB,fieldInt,fieldFloat",
sum(fieldInt),
sum(fieldFloat),
min(fieldInt),
min(fieldFloat),
max(fieldInt),
max(fieldFloat),
avg(fieldInt),
avg(fieldFloat),
count(*)
)
You can collect stats on any supported metric and use full metric features. Ie, when SOLR-8185 is committed you can then include operations in the metrics.