module Elastics module ApiStubs # The following lines are autogenerated by Elastics.doc ######################## Core API ######################## # ########## Elastics.store ########## # -------------- # Elastics::Template # --- # store: # - PUT # - /<>/<>/<> # # # Usage: # Elastics.store :id => id, # required # :type => nil, # :index => "elastics_test_index" # def Elastics.store(*vars) ## this is a stub, used for reference super end # ########## Elastics.put_store ########## # -------------- # Elastics::Template # --- # put_store: # - PUT # - /<>/<>/<> # # # Usage: # Elastics.put_store :id => id, # required # :type => nil, # :index => "elastics_test_index" # def Elastics.put_store(*vars) ## this is a stub, used for reference super end # ########## Elastics.post_store ########## # -------------- # Elastics::Template # --- # post_store: # - POST # - /<>/<> # # # Usage: # Elastics.post_store :index => "elastics_test_index", # :type => nil # def Elastics.post_store(*vars) ## this is a stub, used for reference super end # ########## Elastics.delete ########## # -------------- # Elastics::Template # --- # delete: # - DELETE # - /<>/<>/<> # # # Usage: # Elastics.delete :id => id, # required # :type => nil, # :index => "elastics_test_index" # def Elastics.delete(*vars) ## this is a stub, used for reference super end # ########## Elastics.remove ########## # -------------- # Elastics::Template # --- # remove: # - DELETE # - /<>/<>/<> # # # Usage: # Elastics.remove :id => id, # required # :type => nil, # :index => "elastics_test_index" # def Elastics.remove(*vars) ## this is a stub, used for reference super end # ########## Elastics.get ########## # -------------- # Elastics::Template # --- # get: # - GET # - /<>/<>/<> # # # Usage: # Elastics.get :id => id, # required # :type => nil, # :index => "elastics_test_index" # def Elastics.get(*vars) ## this is a stub, used for reference super end # ########## Elastics.get_source ########## # -------------- # Elastics::Template # --- # get_source: # - GET # - /<>/<>/<>/_source # # # Usage: # Elastics.get_source :id => id, # required # :type => nil, # :index => "elastics_test_index" # def Elastics.get_source(*vars) ## this is a stub, used for reference super end # ########## Elastics.multi_get ########## # -------------- # Elastics::Template # --- # multi_get: # - GET # - /<>/<>/_mget # - ids: << ids >> # # # Usage: # Elastics.multi_get :ids => ids, # required # :type => nil, # :index => "elastics_test_index" # def Elastics.multi_get(*vars) ## this is a stub, used for reference super end # ########## Elastics.update ########## # -------------- # Elastics::Template # --- # update: # - POST # - /<>/<>/<>/_update # # # Usage: # Elastics.update :id => id, # required # :type => nil, # :index => "elastics_test_index" # def Elastics.update(*vars) ## this is a stub, used for reference super end # ########## Elastics.suggest ########## # ------------------ # Elastics::Template # --- # suggest: # - POST # - /<>/<>/_suggest # # # Usage: # Elastics.suggest :index => "elastics_test_index", # :type => nil # def Elastics.suggest(*vars) ## this is a stub, used for reference super end # ########## Elastics.percolate ########## # -------------- # Elastics::Template # --- # percolate: # - GET # - /<>/<>/_percolate # # # Usage: # Elastics.percolate :index => "elastics_test_index", # :type => nil # def Elastics.percolate(*vars) ## this is a stub, used for reference super end # ########## Elastics.put_percolator ########## # -------------- # Elastics::Template # --- # put_percolator: # - PUT # - /_percolator/<>/<> # # # Usage: # Elastics.put_percolator :percolator => percolator, # required # :index => "elastics_test_index" # def Elastics.put_percolator(*vars) ## this is a stub, used for reference super end # ########## Elastics.delete_percolator ########## # -------------- # Elastics::Template # --- # delete_percolator: # - DELETE # - /_percolator/<>/<> # # # Usage: # Elastics.delete_percolator :percolator => percolator, # required # :index => "elastics_test_index" # def Elastics.delete_percolator(*vars) ## this is a stub, used for reference super end # ########## Elastics.post_bulk_string ########## # -------------- # Elastics::Template # --- # post_bulk_string: # - POST # - /_bulk # - << bulk_string >> # # # Usage: # Elastics.bulk :bulk_string => bulk_string # required # def Elastics.post_bulk_string(*vars) ## this is a stub, used for reference super end # ########## Elastics.count ########## # -------------- # Elastics::Template # --- # count: # - GET # - /<>/<>/_count # # # Usage: # Elastics.count :index => "elastics_test_index", # :type => nil # def Elastics.count(*vars) ## this is a stub, used for reference super end # ########## Elastics.delete_by_query ########## # -------------- # Elastics::Template # --- # delete_by_query: # - DELETE # - /<>/<>/_query # # # Usage: # Elastics.delete_by_query :index => "elastics_test_index", # :type => nil # def Elastics.delete_by_query(*vars) ## this is a stub, used for reference super end # ########## Elastics.more_like_this ########## # -------------- # Elastics::Template # --- # more_like_this: # - GET # - /<>/<>/<>/_mlt # # # Usage: # Elastics.more_like_this :id => id, # required # :type => nil, # :index => "elastics_test_index" # def Elastics.more_like_this(*vars) ## this is a stub, used for reference super end # ########## Elastics.mlt ########## # -------------- # Elastics::Template # --- # mlt: # - GET # - /<>/<>/<>/_mlt # # # Usage: # Elastics.mlt :id => id, # required # :type => nil, # :index => "elastics_test_index" # def Elastics.mlt(*vars) ## this is a stub, used for reference super end # ########## Elastics.validate ########## # -------------- # Elastics::Template # --- # validate: # - GET # - /<>/<>/_validate/query # # # Usage: # Elastics.validate :index => "elastics_test_index", # :type => nil # def Elastics.validate(*vars) ## this is a stub, used for reference super end # ########## Elastics.explain ########## # -------------- # Elastics::Template # --- # explain: # - GET # - /<>/<>/<>/_explain # # # Usage: # Elastics.explain :id => id, # required # :type => nil, # :index => "elastics_test_index" # def Elastics.explain(*vars) ## this is a stub, used for reference super end # ########## Elastics.match_all ########## # -------------- # Elastics::Template # --- # match_all: # - GET # - /<>/<>/_search # - query: # match_all: {} # # # Usage: # Elastics.match_all :index => "elastics_test_index", # :type => nil # def Elastics.match_all(*vars) ## this is a stub, used for reference super end # ########## Elastics.search_by_id ########## # -------------- # Elastics::Template # --- # search_by_id: # - GET # - /<>/<>/_search # - query: # term: # _id: <> # # # Usage: # Elastics.search_by_id :id => id, # required # :type => nil, # :index => "elastics_test_index", # def Elastics.search_by_id(*vars) ## this is a stub, used for reference super end ######################## Indices API ######################## # ########## Elastics.post_index_aliases ########## # -------------- # Elastics::Template # --- # post_index_aliases: # - POST # - /_aliases # - actions: <> # # # Usage: # Elastics.post_index_aliases :actions => actions # def Elastics.post_index_aliases(*vars) ## this is a stub, used for reference super end # ########## Elastics.get_index_aliases ########## # -------------- # Elastics::Template # --- # get_index_aliases: # - GET # - /<>/_aliases # # # Usage: # Elastics.get_index_aliases :index => "elastics_test_index" # def Elastics.get_index_aliases(*vars) ## this is a stub, used for reference super end # ########## Elastics.add_index_alias ########## # -------------- # Elastics::Template # --- # add_index_alias: # - PUT # - /<>/_alias/<> # # # Usage: # Elastics.add_index_alias :alias => alias, # required # :index => "elastics_test_index" # def Elastics.add_index_alias(*vars) ## this is a stub, used for reference super end # ########## Elastics.delete_index_alias ########## # -------------- # Elastics::Template # --- # delete_index_alias: # - DELETE # - /<>/_alias/<> # # # Usage: # Elastics.delete_index_alias :alias => alias, # required # :index => "elastics_test_index" # def Elastics.delete_index_alias(*vars) ## this is a stub, used for reference super end # ########## Elastics.get_index_alias ########## # -------------- # Elastics::Template # --- # get_index_alias: # - GET # - /<>/_alias/<> # # # Usage: # Elastics.get_index_alias :index => "elastics_test_index", # :alias => "*" # def Elastics.get_index_alias(*vars) ## this is a stub, used for reference super end # ########## Elastics.analyze_index ########## # -------------- # Elastics::Template # --- # analyze_index: # - GET # - /<>/_analyze # # # Usage: # Elastics.analyze_index :index => "elastics_test_index" # def Elastics.analyze_index(*vars) ## this is a stub, used for reference super end # ########## Elastics.put_index ########## # -------------- # Elastics::Template # --- # put_index: # - PUT # - /<> # - settings: # number_of_shards: <> # number_of_replicas: <> # # # Usage: # Elastics.put_index :index => "elastics_test_index", # :number_of_shards => 5, # :number_of_replicas => 1 # def Elastics.put_index(*vars) ## this is a stub, used for reference super end # ########## Elastics.create_index ########## # -------------- # Elastics::Template # --- # create_index: # - PUT # - /<> # - settings: # number_of_shards: <> # number_of_replicas: <> # # # Usage: # Elastics.create_index :index => "elastics_test_index", # :number_of_shards => 5, # :number_of_replicas => 1 # def Elastics.create_index(*vars) ## this is a stub, used for reference super end # ########## Elastics.post_index ########## # -------------- # Elastics::Template # --- # post_index: # - POST # - /<> # - settings: # number_of_shards: <> # number_of_replicas: <> # # # Usage: # Elastics.post_index :index => "elastics_test_index", # :number_of_shards => 5, # :number_of_replicas => 1 # def Elastics.post_index(*vars) ## this is a stub, used for reference super end # ########## Elastics.delete_index ########## # -------------- # Elastics::Template # --- # delete_index: # - DELETE # - /<> # # # Usage: # Elastics.delete_index :index => "elastics_test_index" # def Elastics.delete_index(*vars) ## this is a stub, used for reference super end # ########## Elastics.close_index ########## # -------------- # Elastics::Template # --- # close_index: # - POST # - /<>/_close # # # Usage: # Elastics.close_index :index => "elastics_test_index" # def Elastics.close_index(*vars) ## this is a stub, used for reference super end # ########## Elastics.open_index ########## # -------------- # Elastics::Template # --- # open_index: # - POST # - /<>/_close # # # Usage: # Elastics.open_index :index => "elastics_test_index" # def Elastics.open_index(*vars) ## this is a stub, used for reference super end # ########## Elastics.get_index_settings ########## # -------------- # Elastics::Template # --- # get_index_settings: # - GET # - /<>/_settings # # # Usage: # Elastics.get_index_settings :index => "elastics_test_index" # def Elastics.get_index_settings(*vars) ## this is a stub, used for reference super end # ########## Elastics.get_settings ########## # -------------- # Elastics::Template # --- # get_settings: # - GET # - /<>/_settings # # # Usage: # Elastics.get_settings :index => "elastics_test_index" # def Elastics.get_settings(*vars) ## this is a stub, used for reference super end # ########## Elastics.put_index_settings ########## # ------------------ # Elastics::Template # --- # put_index_settings: # - PUT # - /<>/_settings # # # Usage: # Elastics.put_index_settings :index => "elastics_test_index" # def Elastics.put_index_settings(*vars) ## this is a stub, used for reference super end # ########## Elastics.get_index_mapping ########## # -------------- # Elastics::Template # --- # get_index_mapping: # - GET # - /<>/<>/_mapping # # # Usage: # Elastics.get_index_mapping :index => "elastics_test_index", # :type => nil # def Elastics.get_index_mapping(*vars) ## this is a stub, used for reference super end # ########## Elastics.get_mapping ########## # -------------- # Elastics::Template # --- # get_mapping: # - GET # - /<>/<>/_mapping # # # Usage: # Elastics.get_mapping :index => "elastics_test_index", # :type => nil # def Elastics.get_mapping(*vars) ## this is a stub, used for reference super end # ########## Elastics.put_index_mapping ########## # -------------- # Elastics::Template # --- # put_index_mapping: # - PUT # - /<>/<>/_mapping # - <>: # properties: <> # # # Usage: # Elastics.put_index_mapping :properties => properties, # required # :type => nil, # :index => "elastics_test_index" # def Elastics.put_index_mapping(*vars) ## this is a stub, used for reference super end # ########## Elastics.put_mapping ########## # -------------- # Elastics::Template # --- # put_mapping: # - PUT # - /<>/<>/_mapping # - <>: # properties: <> # # # Usage: # Elastics.put_mapping :properties => properties, # required # :type => nil, # :index => "elastics_test_index" # def Elastics.put_mapping(*vars) ## this is a stub, used for reference super end # ########## Elastics.delete_index_mapping ########## # -------------- # Elastics::Template # --- # delete_index_mapping: # - DELETE # - /<>/<> # # # Usage: # Elastics.delete_index_mapping :index => "elastics_test_index", # :type => nil # def Elastics.delete_index_mapping(*vars) ## this is a stub, used for reference super end # ########## Elastics.delete_mapping ########## # -------------- # Elastics::Template # --- # delete_mapping: # - DELETE # - /<>/<> # # # Usage: # Elastics.delete_mapping :index => "elastics_test_index", # :type => nil # def Elastics.delete_mapping(*vars) ## this is a stub, used for reference super end # ########## Elastics.refresh_index ########## # -------------- # Elastics::Template # --- # refresh_index: # - POST # - /<>/_refresh # # # Usage: # Elastics.refresh_index :index => "elastics_test_index" # def Elastics.refresh_index(*vars) ## this is a stub, used for reference super end # ########## Elastics.optimize_index ########## # -------------- # Elastics::Template # --- # optimize_index: # - POST # - /<>/_optimize # # # Usage: # Elastics.optimize_index :index => "elastics_test_index" # def Elastics.optimize_index(*vars) ## this is a stub, used for reference super end # ########## Elastics.flush_index ########## # -------------- # Elastics::Template # --- # flush_index: # - POST # - /<>/_flush # # # Usage: # Elastics.flush_index :index => "elastics_test_index" # def Elastics.flush_index(*vars) ## this is a stub, used for reference super end # ########## Elastics.gateway_snapshot ########## # -------------- # Elastics::Template # --- # gateway_snapshot: # - POST # - /<>/_gateway/snapshot # # # Usage: # Elastics.gateway_snapshot :index => "elastics_test_index" # def Elastics.gateway_snapshot(*vars) ## this is a stub, used for reference super end # ########## Elastics.update_index_settings ########## # -------------- # Elastics::Template # --- # update_index_settings: # - PUT # - /<>/_settings # # # Usage: # Elastics.update_index_settings :index => "elastics_test_index" # def Elastics.update_index_settings(*vars) ## this is a stub, used for reference super end # ########## Elastics.put_index_template ########## # -------------- # Elastics::Template # --- # put_index_template: # - PUT # - /_template/<