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

Yonik Seeley updated SOLR-5019:
-------------------------------

    Attachment: SOLR-5019.patch

The issue was that the spell check component reused the query component to 
check collations, and the query component wasn't originally written with that 
in mind and it modified the list of filters even though that list of filters 
had already been used.

This simple patch just makes a copy of any existing filter list before adding 
new filters from the "fq" list.
                
> spurious ConcurrentModificationException with spell check component
> -------------------------------------------------------------------
>
>                 Key: SOLR-5019
>                 URL: https://issues.apache.org/jira/browse/SOLR-5019
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>            Priority: Minor
>             Fix For: 5.0, 4.4
>
>         Attachments: SOLR-5019.patch
>
>
> ConcurrentModificationException with spell check component
> http://markmail.org/message/bynajxhgzi2wyhx5

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to