The basic assumption is that any search has a "snapshot" of the index
via the currently open searcher. I expect the streaming code is no
different, indexing while reading from a stream should _not_ show
documents that weren't in the index (and visible) when they query was
submitted, regardless of h
Hello,
I am iterating through a whole collection in SolrCloud using CloudSolrStream.
While I am doing this operation new data gets indexed into the collection. Does
CloudSolrStream pick up the newly added values? Is it negatively impacted by
this operation or what is the impact of the collection