Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix highlighting of overlapping terms in the unified highlighter #47227

Merged

Commits on Sep 27, 2019

  1. Fix highlighting of overlapping terms in the unified highlighter

    The passage formatter that the unified highlighter use doesn't handle terms with overlapping offsets.
    For tokenizer that provides multiple segmentation of the same terms (edge ngram for instance) the formatter
    should select the largest span in order to highlight the term only once. This change implements this logic.
    jimczi committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    f940368 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c787d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. fix checkstyle

    jimczi committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    3d774b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    3bab371 View commit details
    Browse the repository at this point in the history