Add the ability to use the breadth_first mode with nested aggregation… …
…s (such as `top_hits`) which require access to score information. The score is recomputed lazily for each document belonging to a top bucket. Relates to elastic#9825