are using HTTP protocol • Easy to implement using standard HTTP reverse proxy • Many elasticsearch operation are REST-compliant • PUT /index/type/doc_id - indexes a document • GET /index/type/doc_id - gets a document 3
default! • Easy! Just setup the following url matching patterns: • GET /myindex/*/* • PUT /myindex/*/* • POST /myindex/*/* • But what about? • POST /myindex/my_type/_bulk • GET /myindex/_msearch • GET /myindex/_mget 11
field in number of different ways • query string query (in the text of the query) • multi match query (with wildcards) • aggregations • suggestions • … 25 Source: Gray Arial 10pt