Secondary Indexes
You can create or drop secondary indexes at any time.
N-gram indexes support text analysis by providing an efficient search of textual data. This type of index works by tokenizing the pattern in the string, and then pruning and transforming the tokens. You can create N-gram indexes at any time. For details about creating an N-gram index, see CREATE INDEX.
There are other ways to perform text analysis. For details, see the syntax for LIKE and SIMILAR TO.

