Description
The QueryComponent on line 388 and 409 has a typo in the name of a parameter which would likely cause problems:
if (params.getBool("group.distibuted.first", false)) {
the typo being "distibuted".
Also, this param is not doc'd, so it would be good to add some docs on it.