Hi,

I am trying to pull max value of date column from a collection or innerjoin of 
two collections using rollup stream, but I am getting 
-1.7976931348623157E308(DOUBLE.MIN_VALUE).
Using rollup as I can have two collections with innerjoin where facet does not 
work.
Date column is a pdate  type with no null values. My streaming expression is 
like

rollup(search(collection,q=*:* ,qt=\"/export\",  fl=\"id,date_dt\",sort=\"id 
asc \" ),over=\"id\",max(date_dt))

Please let me know if there is something I am missing.

Thanks
Subhasis

Reply via email to