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 you are running the query should have its own clock, you can get that without talking to Solr at all.
Thanks, Shawn