[ 
https://issues.apache.org/jira/browse/LUCENE-9350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Drob updated LUCENE-9350:
------------------------------
    Fix Version/s: 8.5.2

> 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, 8.5.2
>
>          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