Fixing typo

This commit is contained in:
Jason O'Donnell 2015-10-26 16:46:36 -04:00
parent 73f620907d
commit 42fb690a1c

View File

@ -1,7 +1,7 @@
[[analysis-common-grams-tokenfilter]]
=== Common Grams Token Filter
Token filter that generates bigrams for frequently occuring terms.
Token filter that generates bigrams for frequently occurring terms.
Single terms are still indexed. It can be used as an alternative to the
<<analysis-stop-tokenfilter,Stop
Token Filter>> when we don't want to completely ignore common terms.