This is an automated email from the ASF dual-hosted git repository.
dsmiley pushed a change to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git
from 33949044b2c SOLR-18415: CrossDC Common: improve serialization for
large docs. (#4887)
new 2fa9397799e Review and tidy solr/modules/scripting code (#4839)
new 68b226dfc18 Test fix: flaky doc-order assertions in
TextToVectorUpdateProcessorTest (#4879)
new 2fa4769eef9 SOLR-18293 Add changelog entry (#4896)
new 1fae678fc99 SOLR-17870 - UnsupportedOperationException Fix - Return
Partial Results collations when query Limit exceeded in SpellCheckCollator
(#3496)
new b05147d5c30 SOLR-18422: Don't use System.nanoTime as absolute
timestamp in CrossDC Producer. (#4888)
The 5 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:
...R-17870-partial-spellcheck-collator-results.yml | 10 ++
.../unreleased/allowlist-url-scheme-SOLR-18293.yml | 11 +++
changelog/unreleased/solr-18422.yml | 8 ++
.../apache/solr/spelling/SpellCheckCollator.java | 2 +-
.../solr/spelling/SpellCheckCollatorTest.java | 108 +++++++++++++++++++++
.../solr/crossdc/common/MirroredSolrRequest.java | 5 +-
.../common/MirroredSolrRequestSerializerTest.java | 41 ++++++++
.../processor/TextToVectorUpdateProcessorTest.java | 11 ++-
.../update/ScriptUpdateProcessorFactory.java | 12 +--
.../solr/scripting/xslt/TransformerProvider.java | 4 +-
.../solr/scripting/xslt/XSLTResponseWriter.java | 8 +-
.../bad-solrconfig-bogus-scriptengine-name.xml | 2 +-
.../solr/scripting/update/ScriptEngineTest.java | 2 +-
.../update/ScriptUpdateProcessorFactoryTest.java | 13 ++-
.../TestBadScriptingUpdateProcessorConfig.java | 4 +-
.../xslt/XSLTUpdateRequestHandlerTest.java | 2 +-
16 files changed, 212 insertions(+), 31 deletions(-)
create mode 100644
changelog/unreleased/SOLR-17870-partial-spellcheck-collator-results.yml
create mode 100644 changelog/unreleased/allowlist-url-scheme-SOLR-18293.yml
create mode 100644 changelog/unreleased/solr-18422.yml