Class DateRangeValue
java.lang.Object
de.elo.ix.client.esearch.query.data.FilterValue
de.elo.ix.client.esearch.query.data.DateValue
de.elo.ix.client.esearch.query.data.DateRangeValue
- All Implemented Interfaces:
Serializable
Perform a range query with date values.
Range queries for dates:
- If from contains a value for roundTo, it is always rounded down by roundTo.
- If to contains a value for roundTo, it is always rounded up by roundTo.
- If one of from or to is of type DateNowValue and contains a value for relative, it is always ignored for range queries.
- To perform an open range query (e.g. from now to infinite), only submit either a value for from or to
- Since:
- 10.99.999.027
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()
getTo()
void
setFrom
(DateSingleValue from) void
setTo
(DateSingleValue to) toString()
-
Field Details
-
from
-
to
-
-
Constructor Details
-
DateRangeValue
public DateRangeValue() -
DateRangeValue
-
-
Method Details
-
getFrom
-
getTo
-
setFrom
-
setTo
-
toString
- Overrides:
toString
in classFilterValue
-