dweiss commented on a change in pull request #521: URL: https://github.com/apache/lucene/pull/521#discussion_r764938074
########## 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: There is no overlap indeed - one interval is 'a b' the other 'c d' (the smallest possible variant). This is tricky - I agree -- but does not negate the utility of the entire concept. -- 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