module ElasticSearch
mostly ripped from thrift_client
Autogenerated by Thrift
DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
Constants
- VERSION
Public Class Methods
new(servers_or_url, options={}, &block)
click to toggle source
# File lib/elasticsearch.rb, line 11 def self.new(servers_or_url, options={}, &block) ElasticSearch::Client.new(servers_or_url, options, &block) end