When adding documents to solr, the searcher will not be replaced, but once
you do a commit, (dependening on settings) a new searcher will be opened
and warmed up while the old searcher will still be open and used when
searching. Once the new searcher has finished its warmup procedure, the
o
Hi All,
Say I have started a new Solr server instance using the start.jar in java
command. Now for this Solr server instance when all a new Searcher would be
created ?
I am aware of following scenarios -
1. When the instance is started for autowarming a new Searcher is created. But
not sure w