Module: Elastic::AppSearch::Client::Click

Included in:
Elastic::AppSearch::Client
Defined in:
lib/elastic/app-search/client/click.rb

Instance Method Summary collapse

Instance Method Details

#log_click_through(engine_name, options) ⇒ Object

Send data about clicked results.



8
9
10
# File 'lib/elastic/app-search/client/click.rb', line 8

def log_click_through(engine_name, options)
  post("engines/#{engine_name}/documents", options)
end