Skip to content

Commit 0a85a8a

Browse files
committed
Adds external link to the Synonyms API
1 parent c71f90d commit 0a85a8a

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_doc_ids/table.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ stop-dfanalytics,https://www.elastic.co/docs/api/doc/elasticsearch/operation/ope
877877
stop-trained-model-deployment,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-stop-trained-model-deployment,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/stop-trained-model-deployment.html
878878
stop-transform,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-transform-stop-transform,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/stop-transform.html
879879
stored-fields,https://www.elastic.co/docs/reference/elasticsearch/rest-apis/retrieve-selected-fields#stored-fields,
880+
synonym-api-examples,https://www.elastic.co/docs/solutions/search/full-text/create-update-synonyms-api-example,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/put-synonyms-set.html
880881
synonym-rule-create,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-synonyms-put-synonym-rule,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/put-synonym-rule.html
881882
synonym-rule-delete,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-synonyms-delete-synonym-rule,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/delete-synonym-rule.html
882883
synonym-rule-get,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-synonyms-get-synonym-rule,https://www.elastic.co/guide/en/elasticsearch/reference/8.18/get-synonym-rule.html

specification/synonyms/put_synonym/SynonymsPutRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ import { SynonymRule } from '../_types/SynonymRule'
2727
*
2828
* When an existing synonyms set is updated, the search analyzers that use the synonyms set are reloaded automatically for all indices.
2929
* This is equivalent to invoking the reload search analyzers API for all indices that use the synonyms set.
30+
* For practical examples of how to create or update a synonyms set, refer to the External documentation.
3031
* @rest_spec_name synonyms.put_synonym
3132
* @availability stack since=8.10.0 stability=stable
3233
* @availability serverless stability=stable visibility=public
3334
* @cluster_privileges manage_search_synonyms
3435
* @doc_id synonym-set-create
36+
* @ext_doc_id synonym-api-examples
3537
*/
3638
export interface Request extends RequestBase {
3739
urls: [

0 commit comments

Comments
 (0)