# These methods are available as Elastics.(*vars) # you can get the updated full reference and usage example of these methods # by just doing in the console: # Elastics.doc #-----------------------------------------------------------------------------# ### API additions ### match_all: - GET - /<>/<>/_search - query: match_all: {} - REFERENCES: group: elastics_additions notice: "Not a real API method, but handy." #-----------------------------------------------------------------------------# search_by_id: - GET - /<>/<>/_search - query: term: _id: <> - REFERENCES: group: elastics_additions notice: "Get a document without using the get API and without raising any error if it is missing."