Hello, I was just wondering if the in-place doc values updates are real time in Solr 7. Since these fields are neither indexed, nor stored, and are only present in doc values space, are the updates to these fields real time?
I tried on my local Solr 7 instance, and the updates are becoming only visible after a hard/soft commit, unless I am missing something obvious. Can anyone please explain the internals of how this works? Thanks, Samuel