Module: Elastomer

Defined in:
lib/elastomer/client.rb,
lib/elastomer/version.rb,
lib/elastomer/client/bulk.rb,
lib/elastomer/client/docs.rb,
lib/elastomer/client/index.rb,
lib/elastomer/client/nodes.rb,
lib/elastomer/client/errors.rb,
lib/elastomer/client/warmer.rb,
lib/elastomer/notifications.rb,
lib/elastomer/client/cluster.rb,
lib/elastomer/client/scroller.rb,
lib/elastomer/client/snapshot.rb,
lib/elastomer/client/template.rb,
lib/elastomer/client/percolator.rb,
lib/elastomer/client/repository.rb,
lib/elastomer/client/multi_search.rb,
lib/elastomer/middleware/opaque_id.rb,
lib/elastomer/middleware/parse_json.rb,
lib/elastomer/client/delete_by_query.rb,
lib/elastomer/client/multi_percolate.rb,
lib/elastomer/middleware/encode_json.rb

Defined Under Namespace

Modules: Middleware, Notifications Classes: Client

Constant Summary collapse

VERSION =
"2.0.1"
Error =

Parent class for all Elastomer errors.

Class.new StandardError

Class Method Summary collapse

Class Method Details

.versionObject



4
5
6
# File 'lib/elastomer/version.rb', line 4

def self.version
  VERSION
end