Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
New
Description
See LUCENE-6531
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.
Attachments
Issue Links
- is duplicated by
-
LUCENE-6763 Make MultiPhraseQuery immutable
- Resolved
- relates to
-
LUCENE-7078 Make remaining mutable Queries immutable
- Open