Method: Elasticsearch::Model::Response::Suggestions#terms

Defined in:
lib/elasticsearch/model/response/suggestions.rb

#termsObject


25
26
27
# File 'lib/elasticsearch/model/response/suggestions.rb', line 25

def terms
  self.to_a.map { |k,v| v.first['options'] }.flatten.map {|v| v['text']}.uniq
end