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/12/11 19:07:41 UTC

[lucene-solr] branch master updated (a95ce0d -> a648143)

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 a95ce0d  SOLR-14827: Refactor schema loading to not use XPath (#1963)
     add a648143  LUCENE-9633: Improve match highlighter behavior for degenerate intervals (on non-existing positions). (#2127)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |  3 +
 .../matchhighlight/MatchRegionRetriever.java       |  2 +-
 .../matchhighlight/OffsetsFromPositions.java       | 88 ++++++++++++----------
 .../matchhighlight/TestMatchRegionRetriever.java   | 52 ++++++++++++-
 4 files changed, 102 insertions(+), 43 deletions(-)