UNPKG

593 Btext/coffeescriptView Raw
1module.exports = (index = 'myindex', type = 'mytype') -> [
2 {
3 index:
4 _id: '0ea74996-f3f9-5a88-ba19-f5ea93afa833'
5 _index: index
6 _type: type
7 }
8 {
9 uid: '0ea74996-f3f9-5a88-ba19-f5ea93afa833'
10 name: 'Dr. Leah F. Parker'
11 address: '362 Rurel Way'
12 }
13 {
14 index:
15 _id: '7303e089-1b8f-5556-b427-8189d17d993a'
16 _index: index
17 _type: type
18 }
19 {
20 uid: '7303e089-1b8f-5556-b427-8189d17d993a'
21 name: 'Miss Rosie J. Paul'
22 address: '530 Dimde Trail'
23 }
24]