Mutable queries are an issue for automatic filter caching since modifying a query after it has been put into the cache will corrupt the cache. We should make all queries immutable (up to the boost) to avoid this issue.
Migrated from LUCENE-6531 by Adrien Grand (@jpountz), resolved Jun 16 2015
Attachments: LUCENE-6531.patch (versions: 2)
Mutable queries are an issue for automatic filter caching since modifying a query after it has been put into the cache will corrupt the cache. We should make all queries immutable (up to the boost) to avoid this issue.
Migrated from LUCENE-6531 by Adrien Grand (@jpountz), resolved Jun 16 2015
Attachments: LUCENE-6531.patch (versions: 2)