Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The query cache trades heap for faster queries. Given all the progress that has been made on making uncached queries faster (`IndexOrDocValuesQuery`, bitset encoding of blocks of postings, etc.), it's not obviously a good trade-off anymore. So I suggest that we make it an opt-in in Lucene 11.
- Loading branch information