On Mon, Jul 25, 2016 at 9:57 AM, Tom Evans <tevans...@googlemail.com> wrote: > For the equivalent JSON facet - "{'date.max': 'max(date_published)', > 'date.min': 'min(date_published)'}" - I'm returned this: > > {u'count': 86760, u'date.max': 1468368000000.0, u'date.min': 1294099200000.0} > > What do these numbers represent - I'm guessing it is milliseconds > since epoch? In UTC?
Yeah, that would probably be it. IIRC min/max only currently support numerics. Could you open a JIRA issue for this? -Yonik