@@ -44,8 +44,8 @@ Additional settings are:
4444* `lenient` (defaults to `false`). If `true` ignores exceptions while parsing the synonym configuration. It is important
4545to note that only those synonym rules which cannot get parsed are ignored. For instance consider the following request:
4646* `updateable` (defaults to false). If `true`, this marks the filter to be updateable using the
47- <<analyzer reload API, indices-reload-analyzers>>, but it will also restrict the filter to only be usable in
48- <<search analyzers,search -analyzer>>.
47+ <<indices-reload-analyzers,analyzer reload API >>, but it will also restrict the filter to only be usable in
48+ <<search-analyzer,search analyzers >>.
4949
5050
5151[source,js]
@@ -188,7 +188,7 @@ with the multi-token filters in one branch and the synonym filter in the other.
188188
189189=== Updateability of search time synonyms
190190
191- Synonym filters that are used in <<search analyzers,search -analyzer>> can be marked
191+ Synonym filters that are used in <<search-analyzer,search analyzers >> can be marked
192192as updateable using the `updateable` flag:
193193
194194[source,js]
@@ -218,7 +218,7 @@ PUT /test_index
218218--------------------------------------------------
219219// CONSOLE
220220
221- Using the <<analyzer reload API, indices-reload-analyzers>>, you can trigger reloading of the
221+ Using the <<indices-reload-analyzers,analyzer reload API >>, you can trigger reloading of the
222222synonym definition. The contents of the configured synonyms file will be reloaded and the
223223synonyms definition the filter uses will be updated.
224224
0 commit comments