NGRAM TEXT index stores the text in the column by breaking the text into n-grams of text value N, where N is the value given by a user.
You can perform a search over an NGRAM TEXT index by matching the n-grams of the text value in the CONTAINS clause of the query against the stored n-grams in the index.
NGRAM TEXT index accommodates fuzzy searching capability over the text for both European and non-European languages. For more information on fuzzy searching, see Unstructured Data Queries > NGRAM TEXT Index Searches > Fuzzy Search.
NGRAM term breaker is built on TEXT indexes, so use text configuration object settings to define whether to use an NGRAM or GENERIC TEXT index.