You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2021/05/25 13:17:04 UTC

[lucene] branch main updated (4b55ae5 -> 93844d3)

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

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


    from 4b55ae5  LUCENE-9204: Remove Spans references from DisiWrapper (#150)
     add 93844d3  LUCENE-9204: Move helper methods from TestMatchesIterator into a base class (#151)

No new revisions were added by this update.

Summary of changes:
 .../apache/lucene/search/TestMatchesIterator.java  | 306 +----------------
 .../org/apache/lucene/search/MatchesTestBase.java  | 375 +++++++++++++++++++++
 2 files changed, 385 insertions(+), 296 deletions(-)
 create mode 100644 lucene/test-framework/src/java/org/apache/lucene/search/MatchesTestBase.java