This is an automated email from the ASF dual-hosted git repository.
epugh pushed a change to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git
from 0c5a50a92aa SOLR-17951: satiate errorprone's ImmutableEnumChecker
new 4a2c81bcfbc SOLR-18198 Add support for "missing" stats in rollup for
streaming expressions (#4286)
new 2edb665b62f SOLR-18198 Add support for "missing" stats in rollup for
streaming expressions (#4286)
new 63ed35b9abb SOLR-18198 Add support for "missing" stats in rollup for
streaming expressions (#4286)
The 3 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%)