Hi Quang,
Analyzer type represents the way how smart search will tokenize indexed content text (by whitespace, subset, starts with, etc.). For example, in sentence 'Hello programming world', simple analyzer will recognize this words: 'Hello', 'programming ' and 'world', but subset will recognize also: 'Hell', 'gram' and all other combinations. You can find more about analyzer specifications on this link.