August 2019
Intermediate to advanced
560 pages
13h 41m
English
Some of the basic APIs for working with indices are as follows:
Let's practice index creation by using a PUT request with a valid index name and then use an invalid index name in the Postman app. For example, the valid index name we will use is cf_etf. The request URL is http://localhost:9200/cf_etf. The successful response to the valid case is 200 OK, as shown in the following screenshot:
The invalid index name that we will use for the illustration ...
Read now
Unlock full access