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

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

Commit 9ebee5a0583ffea1929a56290c7676f996d6b25d in lucene's branch 
refs/heads/main from Alan Woodward
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=9ebee5a ]

LUCENE-10402: Changes entry


> Intervals.prefix() handles multicharacter unicode incorrectly
> -------------------------------------------------------------
>
>                 Key: LUCENE-10402
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10402
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Alan Woodward
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Intervals.prefix() takes its input and builds a CompiledAutomaton, before 
> passing this on to a new MultiTermAutomatonIntervalsSource.  However, while 
> PrefixQuery.toAutomaton() builds a binary automaton, we don't tell 
> CompiledAutomaton this and so it (incorrectly) does some unicode conversion 
> on its input.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to