My current solution:
With a timestamp as a DateTime, I store the date in a Date field type, and then get the milliseconds of the day and save it as Number.
Then I create a query for the search API using the numerical operators for these two fields, for example:
dayLastUpdated> = 2013-3-13 and timeLastUpdated> 82884753
source share