Method: Mebla::Search#time

Defined in:
lib/mebla/search.rb

#timeFloat

Retrieves the time taken to perform the search in ms

Returns:

  • (Float)


215
216
217
# File 'lib/mebla/search.rb', line 215

def time
  hits.time
end