You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by si...@apache.org on 2020/03/13 19:33:24 UTC

[lucene-solr] branch master updated (74721fa -> c0cf7bb)

This is an automated email from the ASF dual-hosted git repository.

simonw pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 74721fa  SOLR-14289 Skip ZkChroot check when not necessary (#1298)
     add c0cf7bb  LUCENE-9276: Use same code-path for updateDocuments and updateDocument (#1346)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |  3 +-
 .../org/apache/lucene/index/DocumentsWriter.java   | 45 -----------
 .../lucene/index/DocumentsWriterPerThread.java     | 86 +++-------------------
 .../java/org/apache/lucene/index/IndexWriter.java  | 28 +------
 .../lucene/index/TestIndexWriterExceptions.java    |  2 +-
 5 files changed, 17 insertions(+), 147 deletions(-)