You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by cp...@apache.org on 2022/04/04 17:01:06 UTC

[solr] branch main updated (3ed17c2737d -> 96c15779874)

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

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


    from 3ed17c2737d SOLR-16134: Failing integration tests should fail the build (#785)
     add 96c15779874 SOLR-16111: hl.queryFieldPattern support (advanced alternative to hl.requireFieldMatch) (#757)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |   3 +-
 .../org/apache/solr/highlight/SolrHighlighter.java |   2 +-
 .../solr/highlight/UnifiedSolrHighlighter.java     |  22 +-
 .../apache/solr/search/SolrDocumentFetcher.java    |  20 +-
 .../collection1/conf/schema-unifiedhighlight.xml   |   2 +
 .../solr/highlight/TestUnifiedSolrHighlighter.java | 304 +++++++++++++++++++++
 .../modules/query-guide/pages/highlighting.adoc    |  13 +
 .../apache/solr/common/params/HighlightParams.java |   1 +
 8 files changed, 361 insertions(+), 6 deletions(-)