Get search time

Hi!
Is it possible to make the something like
"find 450 result in 0.45 sec"
in elasticsearch?

Sure, with each query you get back the total results and the time (in took). That obviously only represents the time it took ES :slight_smile: