You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2020/09/10 14:16:02 UTC

[lucene-solr] branch master updated (e2f3f62 -> 59d8342)

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

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


    from e2f3f62  LUCENE-9464: Add high(er)-level hit highlighter example that demonstrates and uses low-level components (#1820)
     add 59d8342  LUCENE-9519: Correct behavior for highlights that cross multi-value boundaries (#1853)

No new revisions were added by this update.

Summary of changes:
 .../lucene/search/matchhighlight/OffsetRange.java  | 11 ++++
 .../search/matchhighlight/PassageSelector.java     | 69 ++++++++++++++++------
 .../matchhighlight/TestMatchRegionRetriever.java   | 17 ++++++
 .../search/matchhighlight/TestPassageSelector.java | 59 ++++++++++++++----
 4 files changed, 127 insertions(+), 29 deletions(-)