Return matched/other choices for a searchable-field query.
@type t() :: %Guava.Commands.ChoiceResult{ command_type: String.t(), field_key: String.t(), matched_choices: [String.t()], other_choices: [String.t()], query_id: String.t() }