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 c5b2d0e375d SOLR-18413: Handle deleted MIGRATE routing targets (#4862)
new 187532a9dea SOLR-18409: CrossDC Producer: shouldMirror not whitelisted
for distrib update requests (#4864)
new d7eb4fd2560 SOLR-17444: Add Passage Sorting Option in
UnifiedSolrHighlighter (#2697)
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:
changelog/unreleased/SOLR-17444-passage-sort.yml | 8 +++
changelog/unreleased/solr-18409.yml | 8 +++
.../solr/highlight/UnifiedSolrHighlighter.java | 22 +++++++
.../processor/DistributedUpdateProcessor.java | 2 +-
.../solr/highlight/TestUnifiedSolrHighlighter.java | 55 +++++++++++++++++
.../MirroringUpdateRequestProcessorFactory.java | 20 +++++-
...MirroringUpdateRequestProcessorFactoryTest.java | 71 ++++++++++++++++++++++
.../modules/query-guide/pages/highlighting.adoc | 10 +++
.../apache/solr/common/params/HighlightParams.java | 1 +
9 files changed, 194 insertions(+), 3 deletions(-)
create mode 100644 changelog/unreleased/SOLR-17444-passage-sort.yml
create mode 100644 changelog/unreleased/solr-18409.yml
create mode 100644
solr/modules/cross-dc/src/test/org/apache/solr/crossdc/update/processor/MirroringUpdateRequestProcessorFactoryTest.java