You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/08/06 11:20:00 UTC

[jira] [Commented] (LUCENE-9427) Unified highlighter can fail to highlight fuzzy query

    [ https://issues.apache.org/jira/browse/LUCENE-9427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172274#comment-17172274 ] 

ASF subversion and git services commented on LUCENE-9427:
---------------------------------------------------------

Commit 688583fc2d01c39bba63d19cf57bb5720eda1afd in lucene-solr's branch refs/heads/master from Julie Tibshirani
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=688583f ]

LUCENE-9427: Fuzzy query should always call consumeTermsMatching in visitor


> Unified highlighter can fail to highlight fuzzy query
> -----------------------------------------------------
>
>                 Key: LUCENE-9427
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9427
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Julie Tibshirani
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> If a fuzzy query corresponds to an exact match (for example it has with maxEdits: 0), then the unified highlighter doesn't produce highlights for the matching terms.
> I think this is due to the fact that when visiting a fuzzy query, the exact terms are now consumed separately from automata. The unified highlighter doesn't account for the terms and misses highlighting them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org