MatchOptions

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.
Structure
Field Type Purpose
fuzzy  <boolean> If set, perform elasticsearch fuzzy matching (very slow).
tokenize  <boolean> If set, perform additional server-side tokenization.