On 3/9/2019 8:24 PM, John Davis wrote:
I couldn't find an answer to this in the docs: if openSearcher is set to
false in the autocommit with no softcommits, what triggers a new one to be
created? My assumption is that until a new searcher is created all the
newly indexed docs will not be visible. Based on the solr admin console I
do see a new one being created every few minutes but I could not find the
parameter that controls it.
In addition to what Erick said...
The logs will most likely indicate that a new *realtime* searcher is
being opened even if a standard searcher isn't. That kind of searcher
will be used by the realtime get handler. When you say "based on the
solr admin console" ... what *precisely* are you looking at?
Thanks,
Shawn