I think I'm slightly incorrect, it goes search results (bulk) -> map (1 line from search results at a time), which will then go on to be that 1 for reduce, and summarize, right?
e
ehcanadian
09/23/2021, 4:32 AM
Your map stage will process each result from the search. You'll need to write to the context if you want to process data from map to reduce.
ehcanadian
09/23/2021, 4:33 AM
There's examples in the docs that explain it. (You could skip