Yes, if you do a commit with waitSearcher=true (and it succeeds) then
any adds before that point will be visible.
-Yonik
On Mon, Jul 20, 2015 at 8:25 PM, Bhawna Asnani wrote:
> Hi,
> I am using solr to update a document and read it back immediately through
> search.
>
>
> I do softCommit my cha
Hi,
I am using solr to update a document and read it back immediately through
search.
I do softCommit my changes which claims to use lucene's indexReader using
indexWritter which was used to write teh document.
But there are times when Itheget a stale document back even with
waitSearcher=true.
D