class Orchestrate::Search::DistanceResult
Distance Aggregate result object
Public Instance Methods
to_s()
click to toggle source
@return Pretty-Printed string representation of the DistanceResult
object
# File lib/orchestrate/search/results.rb, line 198 def to_s "#<Orchestrate::Search::DistanceResult collection=#{collection.name} field_name=#{field_name} buckets=#{buckets}>" end
Also aliased as: inspect