You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by pa...@apache.org on 2023/01/06 22:36:00 UTC

[lucene] branch main updated (5fccaec166c -> e14327288e6)

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

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


    from 5fccaec166c Remove deprecated APIs after #12066; this also removes another one missed to be removed before
     add e14327288e6 Documenting that IndexReaderContext#leaves() will never return a null value and remove the null checks from the method calls (#12034)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                                | 2 ++
 .../core/src/java/org/apache/lucene/index/IndexReaderContext.java | 3 ++-
 lucene/core/src/java/org/apache/lucene/index/TermStates.java      | 8 +-------
 .../core/src/java/org/apache/lucene/search/BlendedTermQuery.java  | 8 +-------
 4 files changed, 6 insertions(+), 15 deletions(-)