class Elastic::Shims::IdPicking

Private Instance Methods

pick_from_hit(_hit) click to toggle source
# File lib/elastic/shims/id_picking.rb, line 7
def pick_from_hit(_hit)
  _hit.id
end
required_source_fields() click to toggle source
# File lib/elastic/shims/id_picking.rb, line 11
def required_source_fields
  false
end