summaryrefslogtreecommitdiff
path: root/docs/reference/analysis/tokenfilters/ngram-tokenfilter.asciidoc
blob: 5f911360085a1ee98450597941ed297eaa18ec0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[analysis-ngram-tokenfilter]]
=== NGram Token Filter

A token filter of type `nGram`.

The following are settings that can be set for a `nGram` token filter
type:

[cols="<,<",options="header",]
|============================
|Setting |Description
|`min_gram` |Defaults to `1`.
|`max_gram` |Defaults to `2`.
|============================