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



##########
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:
       Intervals always resolve to their smallest possible span (the paper we 
based the implementation on refers to 'minimal interval semantics').  Otherwise 
you end up with a combinatorial explosion of possible matches.




-- 
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