Re: how to get current timestamp

2018-08-17 Thread Alexandre Rafalovitch
Timestamp of what exactly? If it is the general server timestamp, I think it would usually be part of the HTTP Headers of the response. If you are talking about the record creation date, you can set NOW as a default field value for a date field. If you are doing some timestamp math in the query

Re: how to get current timestamp

2018-08-17 Thread Shawn Heisey
On 8/16/2018 11:27 PM, Midas A wrote: Hi, i my use case i want to get current timestamp in response of solr query. how can i do it . is it doable ? I don't think you can.  There MIGHT be a function query that can do it, but it's not something I'm aware of without research. The machine where

how to get current timestamp

2018-08-16 Thread Midas A
Hi, i my use case i want to get current timestamp in response of solr query. how can i do it . is it doable ? Regards, Midas