You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2020/02/11 07:18:28 UTC

[lucene-solr] branch master updated (71b8693 -> 9a4f766)

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

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


    from 71b8693  SOLR-14247 Remove unneeded sleeps (#1244)
     add 9a4f766  SOLR-14194: Highlighters now supports docValues for the uniqueKey  and the original highlighter can highlight docValues.

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |  3 +
 .../handler/component/TermVectorComponent.java     | 12 +---
 .../solr/highlight/DefaultSolrHighlighter.java     | 73 +++++++++++++---------
 .../solr/highlight/UnifiedSolrHighlighter.java     | 11 ++--
 .../java/org/apache/solr/schema/IndexSchema.java   | 13 ++++
 .../collection1/conf/schema-unifiedhighlight.xml   |  2 +-
 .../HighlighterWithoutStoredIdTest.java}           | 20 +++---
 .../solr/highlight/TestUnifiedSolrHighlighter.java |  2 +
 ...TestUnifiedSolrHighlighterWithoutStoredId.java} | 21 ++++---
 solr/solr-ref-guide/src/highlighting.adoc          |  1 +
 10 files changed, 91 insertions(+), 67 deletions(-)
 copy solr/core/src/test/org/apache/solr/{analysis/TestDeprecatedFilters.java => highlight/HighlighterWithoutStoredIdTest.java} (65%)
 copy solr/core/src/test/org/apache/solr/{analysis/TestDeprecatedFilters.java => highlight/TestUnifiedSolrHighlighterWithoutStoredId.java} (62%)