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

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

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

LUCENE-10402: Prefix interval automaton should be declared binary (#646)


> 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
>            Assignee: Alan Woodward
>            Priority: Major
>             Fix For: 9.1
>
>          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