: I do have a firstSearcher, but currently coldSearcher is set to true. : But doesn't this just mean that that any searches will block while the : first searcher is running? This is how the comment describes first : searcher. It would almost give the same effect; that some searches take : a long time. : : What I am looking for is after receiving replicated data, do first : searcher and then switch to new index.
"firstSearcher" is literally the very first searcher used when the SolrCore is loaded -- it is *NOT* the first searcher after replication, those are "newSearcher" instances. -Hoss