I'm doing some testing on long running huge indexes.
Therefore I need a "clean" state after some days running.
My idea was to open a new searcher with commit command:
INFO - org.apache.solr.update.DirectUpdateHandler2;
start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
INFO - org.apache.solr.update.DirectUpdateHandler2; No uncommitted changes.
Skipping IW.commit.
INFO - org.apache.solr.core.SolrCore; SolrIndexSearcher has not changed - not
re-opening: org.apache.solr.search.SolrIndexSearcher
INFO - org.apache.solr.update.DirectUpdateHandler2; end_commit_flush
But the result is that the DirectUpdateHandler2 is skipping the commit.
Any other ideas how to force opening a new searcher without optimizing or
loading anything?
Best regards
Bernd