On 3/28/2014 1:02 PM, Joshi, Shital wrote:
You mean default for openSearcher is false right? So unless I specify commit=false&openSearcher=true in my Solr Update URL the current searcher and caches will not get invalidated.
If commit=false, openSearcher does not matter -- it's part of a commit.When you actually *do* a commit, openSearcher defaults to true. You have to set it to false if you don't want it to open a new searcher.
Thanks, Shawn