The index operator index the given documents in ElasticSearch to get ready for retrieval.
It accepts a single document in dictionary or a list of documents (dictionaries) as input.
For each document, the index automatically generates a unique id.
The index operator index the given documents in ElasticSearch to get ready for retrieval. It accepts a single document in dictionary or a list of documents (dictionaries) as input.
To use this operator, you need to [set up ElasticSearch](https://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html) in advance.
To use this operator, you need to [set up ElasticSearch](https://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html) in advance.
<br/>
<br/>
@ -18,15 +12,11 @@ To use this operator, you need to [set up ElasticSearch](https://www.elastic.co/
Insert an example document into ElasticSearch with address of localhost:9200 and index of 'test_index'.
Insert an example document into ElasticSearch with address of localhost:9200 and index of 'test_index'.