Re: Lucene nrt

2015-07-20 Thread Yonik Seeley
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

Lucene nrt

2015-07-20 Thread Bhawna Asnani
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