FTS phrase match explanation

No there’s several others which will also end up getting indexed. Here’s the list of stop words for en (remember these are the ones that are dropped and not indexed by the analyzer):

if I add this tokenizer, it needs to reindex my entire database, right?

Any changes to the index definition that changes the mapping will cause an index rebuild - correct.