msokolov commented on a change in pull request #521:
URL: https://github.com/apache/lucene/pull/521#discussion_r764555865



##########
File path: 
lucene/queries/src/java/org/apache/lucene/queries/intervals/Intervals.java
##########
@@ -275,7 +275,10 @@ public static IntervalsSource ordered(IntervalsSource... 
subSources) {
   }
 
   /**
-   * Create an unordered {@link IntervalsSource}
+   * Create an unordered {@link IntervalsSource}. Note that if there are 
multiple intervals ends at

Review comment:
       naive question here - if the intervals are supposed to be overlapping, 
how is it that the smaller "c d" survives to be considered? Oh I guess it does 
not -- there is no overlap found?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to