Re: Lucene's LRU Query Cache - Deep Dive

2022-07-21 Thread Shradha Shankar
; entry wouldn't perform faster than their uncached counterpart. An inverted > index is already a cache of the matches for every unique term of the index. > > On Fri, Jul 8, 2022 at 3:20 PM Shradha Shankar > wrote: > >> Hello! >> >> I work at Amaz

Lucene's LRU Query Cache - Deep Dive

2022-07-08 Thread Shradha Shankar
Hello! I work at Amazon Product Search and I’ve recently been looking into understanding how Lucene’s LRU Query Cache works. I’ve written up a summary of my understanding here. (Also attached as a markdown file with this email) Will really appreciate feedback/improvements/corrections for my und