Uses of Enum Class
com.yahoo.prelude.query.MultiRangeItem.Limit
Package
Description
The query model representing a boolean combination of selection criteria, where elements may be
simple criteria, nested boolean operators, or annotated pieces of natural language text.
-
Uses of MultiRangeItem.Limit in com.yahoo.prelude.query
Modifier and TypeMethodDescriptionstatic MultiRangeItem.Limit
Returns the enum constant of this class with the specified name.static MultiRangeItem.Limit[]
MultiRangeItem.Limit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic <Type extends Number>
MultiRangeItem<Type>MultiRangeItem.overPoints
(MultiRangeItem.NumberType<Type> type, String index, MultiRangeItem.Limit startInclusive, MultiRangeItem.Limit endInclusive) A multi range item to contain the points defined by the single given index name.static <Type extends Number>
MultiRangeItem<Type>MultiRangeItem.overRanges
(MultiRangeItem.NumberType<Type> type, String startIndex, MultiRangeItem.Limit startInclusive, String endIndex, MultiRangeItem.Limit endInclusive) A multi range item to intersect with the ranges defined by the two given index names.