Sleek running shoes
into the tokens sleek
, running
, and shoes
.
Second, at query time, the query engine looks for token matches based on the specified query and query type. Some common query types include:
run
might miss running
, while a token-based match query will correctly match if the tokenizer includes stemming. This makes token matching a fit for search and discovery use cases where users expect flexible, intelligent results.