This is an automated email from the ASF dual-hosted git repository.
epugh pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
from ae43fa024d6 SOLR-18181: Improve changelog description for users (#4372)
new c5dbaf07fa3 SOLR-18198 Add support for "missing" stats in rollup for
streaming expressions (#4286)
new 1764c9ae33d SOLR-18198 Add support for "missing" stats in rollup for
streaming expressions (#4286)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...18198-support-missing-stats-count-in-rollup.yml | 8 +++
.../pages/stream-decorator-reference.adoc | 5 +-
.../java/org/apache/solr/client/solrj/io/Lang.java | 2 +
.../solrj/io/stream/ParallelMetricsRollup.java | 5 ++
.../{CountMetric.java => MissingMetric.java} | 40 +++++------
.../org/apache/solr/client/solrj/io/TestLang.java | 3 +-
.../solr/client/solrj/io/stream/StreamingTest.java | 81 ++++++++++++++++++----
7 files changed, 106 insertions(+), 38 deletions(-)
create mode 100644
changelog/unreleased/SOLR-18198-support-missing-stats-count-in-rollup.yml
copy
solr/solrj-streaming/src/java/org/apache/solr/client/solrj/io/stream/metrics/{CountMetric.java
=> MissingMetric.java} (79%)