-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_index_bulk_data.json
20 lines (20 loc) · 2.68 KB
/
test_index_bulk_data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{"index": {"_index": "test-index", "_id": "1"}}
{"company": "Apple", "founders": [{"first_name": "Steve", "last_name": "Jobs"}, {"first_name": "Steve", "last_name": "Wozniak"}, {"first_name": "Ronald", "last_name": "Wayne"}], "headquarters": {"city": "Cupertino", "state": "California", "country": "USA"}}
{"index": {"_index": "test-index", "_id": "2"}}
{"company": "Microsoft", "founders": [{"first_name": "Bill", "last_name": "Gates"}, {"first_name": "Paul", "last_name": "Allen"}], "headquarters": {"city": "Redmond", "state": "Washington", "country": "USA"}}
{"index": {"_index": "test-index", "_id": "3"}}
{"company": "Google", "founders": [{"first_name": "Larry", "last_name": "Page"}, {"first_name": "Sergey", "last_name": "Brin"}], "headquarters": {"city": "Mountain View", "state": "California", "country": "USA"}}
{"index": {"_index": "test-index", "_id": "4"}}
{"company": "Amazon", "founders": [{"first_name": "Jeff", "last_name": "Bezos"}], "headquarters": {"city": "Seattle", "state": "Washington", "country": "USA"}}
{"index": {"_index": "test-index", "_id": "5"}}
{"company": "Facebook", "founders": [{"first_name": "Mark", "last_name": "Zuckerberg"}, {"first_name": "Eduardo", "last_name": "Saverin"}, {"first_name": "Andrew", "last_name": "McCollum"}, {"first_name": "Dustin", "last_name": "Moskovitz"}, {"first_name": "Chris", "last_name": "Hughes"}], "headquarters": {"city": "Menlo Park", "state": "California", "country": "USA"}}
{"index": {"_index": "test-index", "_id": "6"}}
{"company": "IBM", "founders": [{"first_name": "Charles Ranlett", "last_name": "Flint"}], "headquarters": {"city": "Armonk", "state": "New York", "country": "USA"}}
{"index": {"_index": "test-index", "_id": "7"}}
{"company": "Intel", "founders": [{"first_name": "Gordon", "last_name": "Moore"}, {"first_name": "Robert", "last_name": "Noyce"}], "headquarters": {"city": "Santa Clara", "state": "California", "country": "USA"}}
{"index": {"_index": "test-index", "_id": "8"}}
{"company": "Cisco", "founders": [{"first_name": "Leonard", "last_name": "Bosack"}, {"first_name": "Sandy", "last_name": "Lerner"}], "headquarters": {"city": "San Jose", "state": "California", "country": "USA"}}
{"index": {"_index": "test-index", "_id": "9"}}
{"company": "Oracle", "founders": [{"first_name": "Larry", "last_name": "Ellison"}, {"first_name": "Bob", "last_name": "Miner"}, {"first_name": "Ed", "last_name": "Oates"}], "headquarters": {"city": "Austin", "state": "Texas", "country": "USA"}}
{"index": {"_index": "test-index", "_id": "10"}}
{"company": "Tesla", "founders": [{"first_name": "Martin", "last_name": "Eberhard"}, {"first_name": "Marc", "last_name": "Tarpenning"}], "headquarters": {"city": "Palo Alto", "state": "California", "country": "USA"}}