try {
suggestions = Lists.newArrayList(getSuggestions(shardSuggestRequest));
} catch (IOException e) {
throw new ElasticsearchException("Error getting suggestions", e);
}
return new ShardSuggestResponse(shardId.index().name(), shardId.id(), suggestions);
}