Skip to content

Commit e65ae20

Browse files
author
Christoph Büscher
committed
Include api doc in index page and fix links
1 parent 8a3cc0a commit e65ae20

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Additional settings are:
4444
* `lenient` (defaults to `false`). If `true` ignores exceptions while parsing the synonym configuration. It is important
4545
to 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
192192
as 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
222222
synonym definition. The contents of the configured synonyms file will be reloaded and the
223223
synonyms definition the filter uses will be updated.
224224

docs/reference/indices.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ index settings, aliases, mappings, and index templates.
5656
* <<indices-refresh>>
5757
* <<indices-flush>>
5858
* <<indices-forcemerge>>
59+
* <<indices-reload-analyzers>>
5960

6061
--
6162

@@ -109,3 +110,5 @@ include::indices/refresh.asciidoc[]
109110

110111
include::indices/forcemerge.asciidoc[]
111112

113+
include::indices/reload-analyzers.asciidoc[]
114+

docs/reference/indices/reload-analyzers.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Reloads search analyzers and its resources.
88
The `_reload_search_analyzers` API can be run on one more indices and will
99
reload all search analyzers that contain components that were marked as
1010
updateable when they were created, such as
11-
<<synonym token filters,analysis-synonym-tokenfilter>>:
11+
<<analysis-synonym-tokenfilter,synonym token filters>>:
1212

1313
[source,js]
1414
--------------------------------------------------

0 commit comments

Comments
 (0)