Interface TimeAxisInterval
public interface TimeAxisInterval
Defines interval between two
TimeAxisPoint
points.- Since:
- 3.9.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns part of lucene query that queries data for the interval.
For example:[20150101 TO 20150303]
end()
Date returned byTimeAxisPoint.date()
is included in the interval.start()
Date returned byTimeAxisPoint.date()
is not included in the interval.
-
Method Details
-
start
Date returned byTimeAxisPoint.date()
is not included in the interval. Revision returned byTimeAxisPoint.revision()
is not included in the interval. -
end
Date returned byTimeAxisPoint.date()
is included in the interval. Revision returned byTimeAxisPoint.revision()
is included in the interval. -
asLuceneQuery
Returns part of lucene query that queries data for the interval.
For example:[20150101 TO 20150303]
-