Skip to content

Commit 3b5784a

Browse files
committed
Fix number type links
1 parent a14b170 commit 3b5784a

File tree

114 files changed

+834
-834
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+834
-834
lines changed

docs/reference-async_search-submit.asciidoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,25 +57,25 @@ interface AsyncSearchSubmitRequest extends <<RequestBase>> {
5757
allow_partial_search_results?: boolean
5858
analyzer?: string
5959
analyze_wildcard?: boolean
60-
batched_reduce_size?: <<_long, long>>
60+
batched_reduce_size?: <<long>>
6161
ccs_minimize_roundtrips?: boolean
6262
default_operator?: <<QueryDslOperator>>
6363
df?: string
6464
expand_wildcards?: <<ExpandWildcards>>
6565
ignore_throttled?: boolean
6666
ignore_unavailable?: boolean
6767
lenient?: boolean
68-
max_concurrent_shard_requests?: <<_long, long>>
68+
max_concurrent_shard_requests?: <<long>>
6969
min_compatible_shard_node?: <<VersionString>>
7070
preference?: string
71-
pre_filter_shard_size?: <<_long, long>>
71+
pre_filter_shard_size?: <<long>>
7272
request_cache?: boolean
7373
routing?: <<Routing>>
7474
scroll?: <<Duration>>
7575
search_type?: <<SearchType>>
7676
suggest_field?: <<Field>>
7777
suggest_mode?: <<SuggestMode>>
78-
suggest_size?: <<_long, long>>
78+
suggest_size?: <<long>>
7979
suggest_text?: string
8080
typed_keys?: boolean
8181
rest_total_hits_as_int?: boolean
@@ -88,26 +88,26 @@ interface AsyncSearchSubmitRequest extends <<RequestBase>> {
8888
collapse?: SearchFieldCollapse
8989
explain?: boolean
9090
ext?: Record<string, any>
91-
from?: <<_integer, integer>>
91+
from?: <<integer>>
9292
highlight?: SearchHighlight
9393
track_total_hits?: SearchTrackHits
94-
indices_boost?: Record<<<IndexName>>, <<_double, double>>>[]
94+
indices_boost?: Record<<<IndexName>>, <<double>>>[]
9595
docvalue_fields?: (<<QueryDslFieldAndFormat>> | <<Field>>)[]
9696
knn?: <<KnnSearch>> | <<KnnSearch>>[]
97-
min_score?: <<_double, double>>
97+
min_score?: <<double>>
9898
post_filter?: <<QueryDslQueryContainer>>
9999
profile?: boolean
100100
query?: <<QueryDslQueryContainer>>
101101
rescore?: SearchRescore | SearchRescore[]
102102
script_fields?: Record<string, <<ScriptField>>>
103103
search_after?: <<SortResults>>
104-
size?: <<_integer, integer>>
104+
size?: <<integer>>
105105
slice?: <<SlicedScroll>>
106106
sort?: <<Sort>>
107107
_source?: SearchSourceConfig
108108
fields?: (<<QueryDslFieldAndFormat>> | <<Field>>)[]
109109
suggest?: SearchSuggester
110-
terminate_after?: <<_long, long>>
110+
terminate_after?: <<long>>
111111
timeout?: string
112112
track_scores?: boolean
113113
version?: boolean

docs/reference-bulk.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ interface BulkRequest<TDocument = unknown, TPartialDocument = unknown> extends <
7676
interface BulkResponse {
7777
errors: boolean
7878
items: Partial<Record<BulkOperationType, BulkResponseItem>>[]
79-
took: <<_long, long>>
80-
ingest_took?: <<_long, long>>
79+
took: <<long>>
80+
ingest_took?: <<long>>
8181
}
8282

8383
[pass]

docs/reference-cat-ml_trained_models.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ interface CatMlTrainedModelsRequest extends CatCatRequestBase {
5454
bytes?: <<Bytes>>
5555
h?: CatCatTrainedModelsColumns
5656
s?: CatCatTrainedModelsColumns
57-
from?: <<_integer, integer>>
58-
size?: <<_integer, integer>>
57+
from?: <<integer>>
58+
size?: <<integer>>
5959
}
6060

6161
[pass]

docs/reference-cat-transforms.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Get transforms. Returns configuration and usage information about transforms. CA
5151
interface CatTransformsRequest extends CatCatRequestBase {
5252
transform_id?: <<Id>>
5353
allow_no_match?: boolean
54-
from?: <<_integer, integer>>
54+
from?: <<integer>>
5555
h?: CatCatTransformColumns
5656
s?: CatCatTransformColumns
5757
time?: <<TimeUnit>>
58-
size?: <<_integer, integer>>
58+
size?: <<integer>>
5959
}
6060

6161
[pass]

docs/reference-ccr-follow.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ interface CcrFollowRequest extends <<RequestBase>> {
5252
index: <<IndexName>>
5353
wait_for_active_shards?: <<WaitForActiveShards>>
5454
leader_index?: <<IndexName>>
55-
max_outstanding_read_requests?: <<_long, long>>
56-
max_outstanding_write_requests?: <<_long, long>>
57-
max_read_request_operation_count?: <<_long, long>>
55+
max_outstanding_read_requests?: <<long>>
56+
max_outstanding_write_requests?: <<long>>
57+
max_read_request_operation_count?: <<long>>
5858
max_read_request_size?: string
5959
max_retry_delay?: <<Duration>>
60-
max_write_buffer_count?: <<_long, long>>
60+
max_write_buffer_count?: <<long>>
6161
max_write_buffer_size?: string
62-
max_write_request_operation_count?: <<_long, long>>
62+
max_write_request_operation_count?: <<long>>
6363
max_write_request_size?: string
6464
read_poll_timeout?: <<Duration>>
6565
remote_cluster?: string

docs/reference-ccr-put_auto_follow_pattern.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ interface CcrPutAutoFollowPatternRequest extends <<RequestBase>> {
5454
follow_index_pattern?: <<IndexPattern>>
5555
leader_index_patterns?: <<IndexPatterns>>
5656
leader_index_exclusion_patterns?: <<IndexPatterns>>
57-
max_outstanding_read_requests?: <<_integer, integer>>
57+
max_outstanding_read_requests?: <<integer>>
5858
settings?: Record<string, any>
59-
max_outstanding_write_requests?: <<_integer, integer>>
59+
max_outstanding_write_requests?: <<integer>>
6060
read_poll_timeout?: <<Duration>>
61-
max_read_request_operation_count?: <<_integer, integer>>
61+
max_read_request_operation_count?: <<integer>>
6262
max_read_request_size?: <<ByteSize>>
6363
max_retry_delay?: <<Duration>>
64-
max_write_buffer_count?: <<_integer, integer>>
64+
max_write_buffer_count?: <<integer>>
6565
max_write_buffer_size?: <<ByteSize>>
66-
max_write_request_operation_count?: <<_integer, integer>>
66+
max_write_request_operation_count?: <<integer>>
6767
max_write_request_size?: <<ByteSize>>
6868
}
6969

docs/reference-ccr-resume_follow.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Resumes a follower index that has been paused
5050
++++
5151
interface CcrResumeFollowRequest extends <<RequestBase>> {
5252
index: <<IndexName>>
53-
max_outstanding_read_requests?: <<_long, long>>
54-
max_outstanding_write_requests?: <<_long, long>>
55-
max_read_request_operation_count?: <<_long, long>>
53+
max_outstanding_read_requests?: <<long>>
54+
max_outstanding_write_requests?: <<long>>
55+
max_read_request_operation_count?: <<long>>
5656
max_read_request_size?: string
5757
max_retry_delay?: <<Duration>>
58-
max_write_buffer_count?: <<_long, long>>
58+
max_write_buffer_count?: <<long>>
5959
max_write_buffer_size?: string
60-
max_write_request_operation_count?: <<_long, long>>
60+
max_write_request_operation_count?: <<long>>
6161
max_write_request_size?: string
6262
read_poll_timeout?: <<Duration>>
6363
}

docs/reference-clear_scroll.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ interface ClearScrollRequest extends <<RequestBase>> {
6565
++++
6666
interface ClearScrollResponse {
6767
succeeded: boolean
68-
num_freed: <<_integer, integer>>
68+
num_freed: <<integer>>
6969
}
7070

7171
[pass]

docs/reference-close_point_in_time.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ interface ClosePointInTimeRequest extends <<RequestBase>> {
6565
++++
6666
interface ClosePointInTimeResponse {
6767
succeeded: boolean
68-
num_freed: <<_integer, integer>>
68+
num_freed: <<integer>>
6969
}
7070

7171
[pass]

docs/reference-cluster-allocation_explain.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ interface ClusterAllocationExplainRequest extends <<RequestBase>> {
5454
current_node?: string
5555
index?: <<IndexName>>
5656
primary?: boolean
57-
shard?: <<_integer, integer>>
57+
shard?: <<integer>>
5858
}
5959

6060
[pass]
@@ -91,7 +91,7 @@ interface ClusterAllocationExplainResponse {
9191
rebalance_explanation?: string
9292
remaining_delay?: <<Duration>>
9393
remaining_delay_in_millis?: <<DurationValue>><<<UnitMillis>>>
94-
shard: <<_integer, integer>>
94+
shard: <<integer>>
9595
unassigned_info?: ClusterAllocationExplainUnassignedInformation
9696
note?: string
9797
}

0 commit comments

Comments
 (0)