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

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

Commit 094784f6124a35f189808595ff8b9c4dfacacd1e in lucene-solr's branch 
refs/heads/branch_8_5 from Alan Woodward
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=094784f ]

LUCENE-9350: Add changes entry


> Don't cache automata on FuzzyQuery
> ----------------------------------
>
>                 Key: LUCENE-9350
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9350
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Alan Woodward
>            Assignee: Alan Woodward
>            Priority: Major
>             Fix For: 8.6
>
>          Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> LUCENE-9068 moved construction of FuzzyQuery's automaton directly onto the 
> query itself.  However, as SOLR-14428 demonstrates, this ends up blowing up 
> query caches that assume query objects are fairly small when calculating 
> their memory usage.  We should move automaton construction back into 
> FuzzyTermsEnum, while keeping as much of the nice refactoring of LUCENE-9068 
> as possible.



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

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

Reply via email to