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:16:48 UTC

[lucene] branch main updated (5e0e7a5 -> 4b55ae5)

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 5e0e7a5  LUCENE-9204: Make ConjunctionDISI package-private and add ConjunctionUtils factory class (#148)
     add 4b55ae5  LUCENE-9204: Remove Spans references from DisiWrapper (#150)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/lucene/search/DisiWrapper.java | 27 -------------
 .../search/spans/SpanDisiPriorityQueue.java}       | 44 +++++++++++-----------
 .../SpanDisiWrapper.java}                          | 36 ++++--------------
 .../spans/SpanDisjunctionDISIApproximation.java}   | 14 +++----
 .../apache/lucene/search/spans/SpanOrQuery.java    | 23 +++++------
 5 files changed, 46 insertions(+), 98 deletions(-)
 copy lucene/{queries/src/java/org/apache/lucene/queries/intervals/DisiPriorityQueue.java => core/src/java/org/apache/lucene/search/spans/SpanDisiPriorityQueue.java} (76%)
 copy lucene/core/src/java/org/apache/lucene/search/{DisiWrapper.java => spans/SpanDisiWrapper.java} (71%)
 copy lucene/{queries/src/java/org/apache/lucene/queries/intervals/DisjunctionDISIApproximation.java => core/src/java/org/apache/lucene/search/spans/SpanDisjunctionDISIApproximation.java} (82%)