Skip to content

Commit ef4f06c

Browse files
committed
fix typo in synonym graph filter docs
1 parent 8193e53 commit ef4f06c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reference/analysis/tokenfilters/synonym-graph-tokenfilter.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ PUT /test_index
174174
Using `synonyms_path` to define WordNet synonyms in a file is supported
175175
as well.
176176

177-
=== Parsing synonym files
177+
[float]
178+
==== Parsing synonym files
178179

179180
Elasticsearch will use the token filters preceding the synonym filter
180181
in a tokenizer chain to parse the entries in a synonym file. So, for example, if a
@@ -186,7 +187,7 @@ parsing synonyms, e.g. `asciifolding` will only produce the folded version of th
186187
token. Others, e.g. `multiplexer`, `word_delimiter_graph` or `ngram` will throw an
187188
error.
188189

189-
WARNING:The synonym rules should not contain words that are removed by
190+
WARNING: The synonym rules should not contain words that are removed by
190191
a filter that appears after in the chain (a `stop` filter for instance).
191192
Removing a term from a synonym rule breaks the matching at query time.
192193

0 commit comments

Comments
 (0)