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/08/24 18:19:23 UTC

[lucene-solr] branch master updated (96a853b -> 8294e1a)

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 96a853b  SOLR-14772: Fix TestConfigOverlay (#1778)
     add 8294e1a  LUCENE-8962: Merge segments on getReader (#1623)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |   4 +
 .../java/org/apache/lucene/index/IndexWriter.java  | 261 +++++++++++++++++----
 .../org/apache/lucene/index/IndexWriterConfig.java |  15 +-
 .../apache/lucene/index/LiveIndexWriterConfig.java |  10 +-
 .../java/org/apache/lucene/index/MergePolicy.java  |  17 +-
 .../java/org/apache/lucene/index/MergeTrigger.java |   4 +
 .../java/org/apache/lucene/index/ReaderPool.java   |   2 +-
 .../lucene/index/StandardDirectoryReader.java      |  24 +-
 .../org/apache/lucene/index/TestIndexWriter.java   |   2 +-
 .../lucene/index/TestIndexWriterMergePolicy.java   | 232 +++++++++++++++---
 .../apache/lucene/index/TestIndexWriterReader.java |  33 +--
 .../index/TestSoftDeletesRetentionMergePolicy.java |   2 +-
 .../org/apache/lucene/util/LuceneTestCase.java     |   2 +-
 .../org/apache/solr/update/SolrIndexConfig.java    |   4 +-
 .../apache/solr/update/SolrIndexConfigTest.java    |   4 +-
 15 files changed, 478 insertions(+), 138 deletions(-)