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

LUCENE-9427: Ensure unified highlighter considers all terms in fuzzy query. #1671

Closed
wants to merge 2 commits into from

Commits on Jul 14, 2020

  1. [LUCENE-9427] Ensure unified highlighter considers all terms in fuzzy…

    … query.
    
    This fixes a regression where if a fuzzy query corresponds to an exact match
    (for example it has maxEdits: 0), then the unified highlighter doesn't produce
    highlights for the matching terms.
    
    The proposed fix is to always pass back an automaton when visiting a fuzzy
    query. This seems to match the previous behavior before the regression was
    introduced.
    jtibshirani committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    9c5d625 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Update changelog.

    jtibshirani committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    82c67ed View commit details
    Browse the repository at this point in the history