On Mon, Nov 7, 2011 at 11:16 PM, Marvin Humphrey <[email protected]> wrote: > The top_docs() method is where the search happens. The results for a given > set of arguments should be deterministic for the life of a Searcher.
Just a quick positive note: caching top_docs on all the search nodes works extremely well. This simple approach gives us granular control over what's cached, and where (as opposed to a monolithic cache which is difficult to manage when it comes to refreshing views of indexes).
