Slide 29
Slide 29 text
Batch Format
Use batches to index lots of data. Bigger batches are faster if
your hardware can cope.
[
{
id: ‘1’,
title: ‘A Really Cool Title’,
tags: [‘coolness’, ‘awsomeness’]
body: ‘Sparkly w00p w00p, lots of text here…’
},
{
id: ‘two’,
title: ‘A Really Boring Title’,
tags: [‘dullness’, ‘boringness’]
body: ‘Bla bla bla bla, lots of text here…’
}
]