This is an automated email from the ASF dual-hosted git repository.

dsmiley pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


    from b1bad6ca4f5 SOLR-18293: Use URLUtil#hasScheme for URL scheme detection 
in AllowListUrlChecker
     new a3663ddacdc Tracing & audit: HttpSolrCall.getQueryParams (#4870)
     new 30b3cddd8ed SOLR-18406: Restart replication after index generation 
expires (#4820)
     new f54d272b4d3 DistributedUpdateProcessor: expose isLeader, setupRequest 
(#4878)
     new 6f27cf39a58 HttpSolrClient add withTheseParamNamesInTheUrl defaults 
(#4871)
     new 92558ad8c9a SOLR-18418: Fix complement()/intersect() with asymmetric 
on= (#4873)
     new f5c17a3d348 SOLR-18335 : SPLITSHARD now supports router.field with 
docValues (#4717)

The 6 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:
 .../PR#4870-httpSolrCallGetQueryParams.yml         |  10 ++
 .../PR#4871-httpSolrClientDefaultUrlParams.yml     |   9 ++
 ...R-18335-splitshard-router-field-point-field.yml |  10 ++
 .../SOLR-18406-replication-stale-generation.yml    |  10 ++
 ...8418-fix-complement-intersect-asymmetric-on.yml |   9 ++
 .../java/org/apache/solr/handler/IndexFetcher.java |  64 +++++++--
 .../solr/handler/admin/api/ReplicationAPIBase.java |  11 +-
 .../java/org/apache/solr/servlet/HttpSolrCall.java |   6 +-
 .../org/apache/solr/update/SolrIndexSplitter.java  | 154 +++++++++++++++++----
 .../processor/DistributedUpdateProcessor.java      |  11 +-
 .../processor/DistributedZkUpdateProcessor.java    |   2 +-
 .../solr/cloud/api/collections/ShardSplitTest.java |  70 ++++++++++
 .../solr/handler/TestReplicationHandler.java       |  62 +++++++++
 .../apache/solr/update/SolrIndexSplitterTest.java  |  91 ++++++++++++
 .../solr/util/tracing/TestDistributedTracing.java  |   8 +-
 .../pages/collection-management.adoc               |   5 +-
 .../pages/stream-decorator-reference.adoc          |  16 ++-
 .../solr/client/solrj/io/eq/FieldEqualitor.java    |  50 +++++++
 .../client/solrj/io/eq/MultipleFieldEqualitor.java |  51 +++++++
 .../solr/client/solrj/io/eq/StreamEqualitor.java   |  82 +++++++++++
 .../solr/client/solrj/io/stream/BiJoinStream.java  |  61 +-------
 .../client/solrj/io/stream/ComplementStream.java   |  22 ++-
 .../client/solrj/io/stream/IntersectStream.java    |  28 ++--
 .../solrj/io/stream/StreamDecoratorTest.java       | 116 ++++++++++++++++
 .../solr/client/solrj/impl/HttpSolrClientBase.java |  28 +++-
 25 files changed, 854 insertions(+), 132 deletions(-)
 create mode 100644 changelog/unreleased/PR#4870-httpSolrCallGetQueryParams.yml
 create mode 100644 
changelog/unreleased/PR#4871-httpSolrClientDefaultUrlParams.yml
 create mode 100644 
changelog/unreleased/SOLR-18335-splitshard-router-field-point-field.yml
 create mode 100644 
changelog/unreleased/SOLR-18406-replication-stale-generation.yml
 create mode 100644 
changelog/unreleased/SOLR-18418-fix-complement-intersect-asymmetric-on.yml

Reply via email to