In using the SuggestCompletion, it at most only returns 5 options. There doesn't seem to be a way to specify a size to return back more or less options. Using a raw query to elasticsearch, specifying a size property as part of the completion property will give more/less results back (and this works when using the SearchRaw method and supplying the full suggest in json).
Please add the ability to specify the Size for the SuggestCompletion.