mikemccand commented on code in PR #14187: URL: https://github.com/apache/lucene/pull/14187#discussion_r1939310871
########## lucene/CHANGES.txt: ########## @@ -30,6 +30,10 @@ Bug Fixes * GITHUB#14075: Remove duplicate and add missing entry on brazilian portuguese stopwords list. (Arthur Caccavo) +Changes in Runtime Behavior +--------------------- +* GITHUB#14187: The query cache is now disabled by default. (Adrien Grand) Review Comment: Maybe add a sentence about how to opt-in? Something like "call `IndexSearcher.setQueryCache(new LRUQueryCache(1000, maxRamBytesUsed)) to get back to 10.x behavior" or so? Or maybe add these details to `MIGRATE.md` instead? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org