module ActiveEs::Client

Public Class Methods

connect() click to toggle source
# File lib/active_es/client.rb, line 10
def self.connect
  configrations = ActiveEs::Configurations.new
  @@client = Elasticsearch::Client.new url: configrations.connection_url  
end