Software engineer passionate about high-performance data structures and algorithms.
He likes studying and experimenting with new technologies to improve the state of the art.
This blog is meant to explain how QueryResultCache and FilterCache are used during the basic query processing in Apache Solr 8.11.0. This blog does not explain how these caches are used during the execution of more advanced components like faceting. Solr caches are associated with a specific instance of an Index Searcher. By default, elements…