Hi all, I have this in my config:
<autoSoftCommit>
<maxDocs>1</maxDocs>
</autoSoftCommit>
My expectation is that SOLR will make changes available in the index after
every document change. But this doesn't work - I need to do _ another _
update in order for the changes to be visible. Basically it's like: if
maxDocs is 1, it behaves as if it is 2. If it is set to 2, I need to do 3
updates, and only after the third one my changes are visible for searching.
Is this a bug?
Thanks,
Angel
