Hi,
I'd like to use NGram for my indexes using the autocomplete analyzer.
my only concern is the implications on index ram/disk size.
is there a rule of thumb of how much the index consumes in case of -
-
"min_gram": 1,
"max_gram": 5 -
"min_gram": 1,
"max_gram": 10 -
"min_gram": 1,
"max_gram": 15 -
"min_gram": 1,
"max_gram": 20
is it a multiplication or something else?