matchedTerms property
The search terms that were successfully matched. For "fuzzy" matches, you may only match one out of 3 terms, eg. user types: George Harrison ate pizza we matched: George Jones ate chips matchedTerms = George, ate
Implementation
final Set<String> matchedTerms;