You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2021/03/26 13:56:09 UTC

[lucene] branch main updated (b174ef4 -> 48715fe)

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

mayya pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git.


    from b174ef4  Add CHANGES entry for gradle build. (#43)
     add 48715fe  LUCENE-9507 Custom order for leaves in IndexReader and IndexWriter (#32)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |   3 +
 .../apache/lucene/index/BaseCompositeReader.java   |  12 +-
 .../org/apache/lucene/index/DirectoryReader.java   |  33 ++++-
 .../apache/lucene/index/FilterDirectoryReader.java |   2 +-
 .../org/apache/lucene/index/IndexWriterConfig.java |  13 ++
 .../apache/lucene/index/LiveIndexWriterConfig.java |  16 +++
 .../java/org/apache/lucene/index/MultiReader.java  |  20 ++-
 .../lucene/index/ParallelCompositeReader.java      |   2 +-
 .../lucene/index/StandardDirectoryReader.java      |  31 +++--
 .../apache/lucene/index/TestIndexWriterReader.java | 152 +++++++++++++++++++++
 .../search/uhighlight/UnifiedHighlighter.java      |   2 +-
 .../lucene/misc/index/MultiPassIndexSplitter.java  |   2 +-
 .../nrt/SegmentInfosSearcherManager.java           |   4 +-
 13 files changed, 268 insertions(+), 24 deletions(-)