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 per document, a function query 'ms' may be the answer: https://lucene.apache.org/solr/guide/7_4/function-queries.html#ms-function Regards, Alex. On 17 August 2018 at 01:27, Midas A <test.mi...@gmail.com> 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 ? > > Regards, > Midas