≡ Menu

Elasticsearch Curl PUT Example

Elasticsearch supports storing documents in JSON format. It also provides REST interface to interact with elasticsearch datastore. In this article, we will discuss how to do basic CRUD operations on elasticsearch datastore using the following examples: 1. Index API – Index a document by providing document id 2. Index API – Index a document with [...]

{ 0 comments }