Class Disjunctions
java.lang.Object
org.apache.lucene.queries.intervals.Disjunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<IntervalsSource>
pullUp
(List<IntervalsSource> sources, Function<List<IntervalsSource>, IntervalsSource> function) static List<IntervalsSource>
pullUp
(IntervalsSource source, Function<IntervalsSource, IntervalsSource> function) private static List<IntervalsSource>
splitDisjunctions
(IntervalsSource source)
-
Constructor Details
-
Disjunctions
Disjunctions()
-
-
Method Details
-
pullUp
public static List<IntervalsSource> pullUp(List<IntervalsSource> sources, Function<List<IntervalsSource>, IntervalsSource> function) -
pullUp
public static List<IntervalsSource> pullUp(IntervalsSource source, Function<IntervalsSource, IntervalsSource> function) -
splitDisjunctions
-