This is an automated email from the ASF dual-hosted git repository.
noble pushed a change to branch jira/solr15722
in repository https://gitbox.apache.org/repos/asf/solr.git.
from bb8f373 SOLR-15722
add 79e15be SOLR-15719: LongSet.add to return boolean; add LongSetTest;
(#370)
add 3d9adf6 SOLR-15676: UpdateLog.RecentUpdates.getDeleteByQuery to not
return duplicate versions (#329)
add be2db72 SOLR-15676: UpdateLog.RecentUpdates.getVersions to not return
duplicate versions (#331)
add 8c3bf90 SOLR-15676: add solr/CHANGES.txt entry
add 54542dd Merge branch 'main' into jira/solr15722
No new revisions were added by this update.
Summary of changes:
solr/CHANGES.txt | 3 +
.../handler/component/RealTimeGetComponent.java | 5 +-
.../src/java/org/apache/solr/update/UpdateLog.java | 22 ++++-
.../src/java/org/apache/solr/util/LongSet.java | 15 ++--
.../solr/handler/component/UpdateLogCloudTest.java | 2 +-
.../src/test/org/apache/solr/util/LongSetTest.java | 94 ++++++++++++++++++++++
6 files changed, 131 insertions(+), 10 deletions(-)
create mode 100644 solr/core/src/test/org/apache/solr/util/LongSetTest.java