Hi, I have a Search system based on Solr that relies on autoCommit configuration (with openSearcher=false). I now have a use-case that requires me to disable autoCommit and issue explicit commit commands, But as I understand an explicit commit command "always" opens a searcher. Is this correct ? Is there anyway to work-around this? I really do not want to open searcher overtime I hard commit (I rely on autoSoftCommit for this).
Regards, Sathya