When I configure Solr 4.10.4 with "openSearcher=false" for autoCommit and autoSoftCommit disabled, updates to a dynamicField (indexed="false" stored="true") never become visible in query results, even after issuing an explicit commit.
In Solr 3.6 I somtimes experience the same behavior, which is a bit surprising since I thought Solr 3.6 always had "openSearcher=true" on commit.
Why is this? And how do I fix it? Is there any way to reopen the searchers?
For both Solr 4 and Solr 3.6, the updates become visible after restarting Solr.
In Solr 4, configuring autoCommit with "openSearcher=true" also resolves the problem, as does enabling autoSoftCommit.