So when using an aggregation on a field, it returns only the result of that field and the doc count of each. Could we show for each result, all the docs corresponding to it?
Example :
An aggregation term on an id, gets all the results grouped by id, I would like to get for each group, all the documents having their same rows combined. If there's for example a field number, then for each grouped same ids, the row number gets summed.