Created
February 1, 2021 12:36
-
-
Save byronvoorbach/1f1dd7fedb10e9a091d48f7f277252d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST /products/_doc/_bulk | |
{"index": {"_id":1}} | |
{"name": "Playstation 4 FIFA 2018 Ronaldo edition", "displayName": "FIFA 18 RONALDO EDITION PS4", "releaseDate": "01/10/2018"} | |
{"index": {"_id":2}} | |
{"name": "Sony UHD TV 43 inch", "displayName": "KD-43XD8305", "releaseDate": "01/06/2018"} | |
{"index": {"_id":3}} | |
{"name": "Black & Decker Accuboormachine", "displayName": "BLACK & DECKER BDCHD18BAFC-QW", "releaseDate": "01/07/2016"} | |
{"index": {"_id":4}} | |
{"name": "Lenovo 13-14 inch basis laptop", "displayName": "LENOVO IDEAPAD 320-14ISK 80XG0057MH", "releaseDate": "20/03/2018"} | |
{"index": {"_id":5}} | |
{"name": "Tomtom motor navigation rider europe", "displayName": "TOMTOM RIDER 420 EUROPA", "releaseDate": "11/02/2018"} | |
{"index": {"_id":6}} | |
{"name": "Philips Ambi-light TV 40 inch", "displayName": "PHILIPS AMBI-LIGHT TV 40 INCH", "releaseDate": "01/09/2018"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment