[GitHub] s1monw commented on issue #580: LUCENE-8700: IndexWriter.yield()

2019-02-21 Thread GitBox
s1monw commented on issue #580: LUCENE-8700: IndexWriter.yield() URL: https://github.com/apache/lucene-solr/pull/580#issuecomment-466051950 > Oh, yes - that looks like it would handle this case. Maybe we do not need this `yield()` method then. I'll give it a try - thanks! give it a

[GitHub] s1monw commented on issue #580: LUCENE-8700: IndexWriter.yield()

2019-02-21 Thread GitBox
s1monw commented on issue #580: LUCENE-8700: IndexWriter.yield() URL: https://github.com/apache/lucene-solr/pull/580#issuecomment-466049153 Would `IndexWriter#flushNextBuffer()` help here? This is an automated message from

[GitHub] s1monw commented on issue #580: LUCENE-8700: IndexWriter.yield()

2019-02-21 Thread GitBox
s1monw commented on issue #580: LUCENE-8700: IndexWriter.yield() URL: https://github.com/apache/lucene-solr/pull/580#issuecomment-466021549 @msokolov can you explain more what the usecase of this method is. I am not sure I am following the logic entirely and I need to better understand