Is it possible to index multiple results from a watch as separate documents?

At the moment, a watch I'm working on often has multiple hits in a fields called hits.hits, as part of one document indexed in the action.

I'd ideally like to have a document per hit, but I'm not sure if that's possible?

Hey Dan,

you might want to check out the multi document support in the index action, in combination in with a transform.

Hope this helps.

--Alex