Skip to content

Commit e96594f

Browse files
committed
Update URLs in specifications
1 parent 4d3bc79 commit e96594f

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

specification/_doc_ids/table.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,7 @@ synonym-set-define,https://www.elastic.co/docs/reference/text-analysis/analysis-
862862
synonym-set-delete,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-synonyms-delete-synonym
863863
synonym-set-get,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-synonyms-get-synonym
864864
synonym-set-list,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-synonyms-get-synonym
865+
synonym-solr,https://www.elastic.co/docs/reference/text-analysis/analysis-synonym-graph-tokenfilter#_solr_format_2
865866
supported-flags,https://www.elastic.co/docs/reference/query-languages/query-dsl/query-dsl-simple-query-string-query#supported-flags
866867
tasks,https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-tasks
867868
templating-role-query,https://www.elastic.co/docs/deploy-manage/users-roles/cluster-or-deployment-auth/controlling-access-at-document-field-level#templating-role-query

specification/_types/aggregations/bucket.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,8 +1158,9 @@ export class CategorizeTextAggregation extends Aggregation {
11581158
categorization_filters?: string[]
11591159
/**
11601160
* The categorization analyzer specifies how the text is analyzed and tokenized before being categorized.
1161-
* The syntax is very similar to that used to define the analyzer in the [Analyze endpoint](https://www.elastic.co/guide/en/elasticsearch/reference/8.0/indices-analyze.html). This property
1162-
* cannot be used at the same time as categorization_filters.
1161+
* The syntax is very similar to that used to define the analyzer in the analyze API. This property
1162+
* cannot be used at the same time as `categorization_filters`.
1163+
* @ext_doc_id indices-analyze
11631164
*/
11641165
categorization_analyzer?: CategorizeTextAnalyzer
11651166
/**

specification/fleet/msearch/MultiSearchRequest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ export interface Request extends RequestBase {
115115
*/
116116
wait_for_checkpoints?: Checkpoint[]
117117
/**
118-
* If true, returns partial results if there are shard request timeouts or [shard failures](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-replication.html#shard-failures). If false, returns
119-
* an error with no partial results. Defaults to the configured cluster setting `search.default_allow_partial_results`
120-
* which is true by default.
118+
* If true, returns partial results if there are shard request timeouts or shard failures.
119+
* If false, returns an error with no partial results.
120+
* Defaults to the configured cluster setting `search.default_allow_partial_results`, which is true by default.
121121
*/
122122
allow_partial_search_results?: boolean
123123
}

specification/fleet/search/SearchRequest.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ export interface Request extends RequestBase {
130130
*/
131131
wait_for_checkpoints?: Checkpoint[]
132132
/**
133-
* If true, returns partial results if there are shard request timeouts or [shard failures](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-replication.html#shard-failures). If false, returns
134-
* an error with no partial results. Defaults to the configured cluster setting `search.default_allow_partial_results`
135-
* which is true by default.
133+
* If true, returns partial results if there are shard request timeouts or shard failures.
134+
* If false, returns an error with no partial results.
135+
* Defaults to the configured cluster setting `search.default_allow_partial_results`, which is true by default.
136136
*/
137137
allow_partial_search_results?: boolean
138138
}

specification/nodes/get_repositories_metering_info/GetRepositoriesMeteringInfoRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface Request extends RequestBase {
4242
path_parts: {
4343
/**
4444
* Comma-separated list of node IDs or names used to limit returned information.
45-
* All the nodes selective options are explained [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster.html#cluster-nodes).
45+
* @ext_doc_id cluster-nodes
4646
*/
4747
node_id: NodeIds
4848
}

specification/synonyms/_types/SynonymRule.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ export class SynonymRuleRead implements OverloadOf<SynonymRule> {
4343
*/
4444
id: Id
4545
/**
46-
* Synonyms, in Solr format, that conform the synonym rule. See https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-synonym-graph-tokenfilter.html#_solr_synonyms_2
46+
* Synonyms, in Solr format, that conform the synonym rule.
47+
* @ext_doc_id synonym-solr
4748
*/
4849
synonyms: SynonymString
4950
}

0 commit comments

Comments
 (0)