--- type_name: MatchOptions fields: - name: fuzzy type_json: '<boolean>' purpose: If set, perform elasticsearch fuzzy matching (very slow). - name: tokenize type_json: '<boolean>' purpose: If set, perform additional server-side tokenization. ---

com.spotify.heroic.suggest.MatchOptions

These are a set of experimental match options that are typically set during suggest queries. None of them should typically be enabled unless an experiment is being performed since they might severely impact the performance of the service.