Hi,
I have DSE 2.0 running on 3 node cluster as -s option. When I post schema.xml and solrconfig.xml with autosoftcommit then I am unable to see storedFields values via SOLR Admin.
<autoSoftCommit>
<maxDocs>1</maxDocs>
<maxTime>100</maxTime>
</autoSoftCommit>
or
<autoSoftCommit>
<maxTime>100</maxTime>
</autoSoftCommit>
Here is the search results without autoSoftCommit in Solr Admin
<doc><str name="id">8899</str><arr name="searchtest"><str>test</str></arr></doc>
and with autoSoftCommit
<doc><str name="id">8899</str></doc>.
I am posting same schema.xml with autoSoftCommit and without autoSoftCommit to different SOLR Cores. Also creating CF via curl commands outline in documentation.
Thanks for the advice,
Ruchit
