Skip to content

Commit b0e3fcc

Browse files
committed
fixing non escaped .
1 parent c64883c commit b0e3fcc

File tree

82 files changed

+207
-207
lines changed

Some content is hidden

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

82 files changed

+207
-207
lines changed

docs/reference/aggregations/search-aggregations-bucket-adjacency-matrix-aggregation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ The response contains buckets with document counts for each filter and combinati
8888
}
8989
```
9090
% TESTRESPONSE[s/"took": 9/"took": $body.took/]
91-
% TESTRESPONSE[s/"_shards": .../"_shards": $body._shards/]
92-
% TESTRESPONSE[s/"hits": .../"hits": $body.hits/]
91+
% TESTRESPONSE[s/"_shards": \.\.\./"_shards": $body._shards/]
92+
% TESTRESPONSE[s/"hits": \.\.\./"hits": $body.hits/]
9393

9494

9595
## Parameters [adjacency-matrix-agg-params]

docs/reference/aggregations/search-aggregations-bucket-autodatehistogram-aggregation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Response:
8989
}
9090
}
9191
```
92-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
92+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
9393

9494

9595
## Intervals [_intervals]
@@ -185,7 +185,7 @@ UTC is used if no time zone is specified, three 1-hour buckets are returned star
185185
}
186186
}
187187
```
188-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
188+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
189189

190190
If a `time_zone` of `-01:00` is specified, then midnight starts at one hour before midnight UTC:
191191

@@ -234,7 +234,7 @@ Now three 1-hour buckets are still returned but the first bucket starts at 11:00
234234
}
235235
}
236236
```
237-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
237+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
238238

239239
1. The `key_as_string` value represents midnight on each day in the specified time zone.
240240

docs/reference/aggregations/search-aggregations-bucket-composite-aggregation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Instead of a single bucket starting at midnight, the above request groups the do
312312
}
313313
}
314314
```
315-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
315+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
316316

317317
::::{note}
318318
The start `offset` of each bucket is calculated after `time_zone` adjustments have been made.
@@ -549,7 +549,7 @@ GET /_search
549549
}
550550
}
551551
```
552-
% TESTRESPONSE[s/...//]
552+
% TESTRESPONSE[s/\.\.\.//]
553553

554554
To get the next set of buckets, resend the same aggregation with the `after` parameter set to the `after_key` value returned in the response. For example, this request uses the `after_key` value provided in the previous response:
555555

@@ -773,7 +773,7 @@ GET /_search
773773
}
774774
}
775775
```
776-
% TESTRESPONSE[s/...//]
776+
% TESTRESPONSE[s/\.\.\.//]
777777

778778

779779
## Pipeline aggregations [search-aggregations-bucket-composite-aggregation-pipeline-aggregations]

docs/reference/aggregations/search-aggregations-bucket-datehistogram-aggregation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Response:
276276
}
277277
}
278278
```
279-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
279+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
280280

281281

282282
## Time zone [datehistogram-aggregation-time-zone]
@@ -345,7 +345,7 @@ If you don’t specify a time zone, UTC is used. This would result in both of th
345345
}
346346
}
347347
```
348-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
348+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
349349

350350
If you specify a `time_zone` of `-01:00`, midnight in that time zone is one hour before midnight UTC:
351351

@@ -388,7 +388,7 @@ Now the first document falls into the bucket for 30 September 2015, while the se
388388
}
389389
}
390390
```
391-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
391+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
392392

393393
1. The `key_as_string` value represents midnight on each day in the specified time zone.
394394

@@ -455,7 +455,7 @@ Instead of a single bucket starting at midnight, the above request groups the do
455455
}
456456
}
457457
```
458-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
458+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
459459

460460
::::{note}
461461
The start `offset` of each bucket is calculated after `time_zone` adjustments have been made.
@@ -581,7 +581,7 @@ Response:
581581
}
582582
}
583583
```
584-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
584+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
585585

586586

587587
## Scripts [date-histogram-scripts]
@@ -700,7 +700,7 @@ Response:
700700
}
701701
}
702702
```
703-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
703+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
704704

705705
The response will contain all the buckets having the relative day of the week as key : 1 for Monday, 2 for Tuesday…​ 7 for Sunday.
706706

docs/reference/aggregations/search-aggregations-bucket-daterange-aggregation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Response:
6363
}
6464
}
6565
```
66-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
66+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
6767

6868
::::{warning}
6969
If a format or date value is incomplete, the date range aggregation replaces any missing components with default values. See [Missing date components](/reference/query-languages/query-dsl/query-dsl-range-query.md#missing-date-components).
@@ -280,7 +280,7 @@ Response:
280280
}
281281
}
282282
```
283-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
283+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
284284

285285
It is also possible to customize the key for each range:
286286

@@ -333,6 +333,6 @@ Response:
333333
}
334334
}
335335
```
336-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
336+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
337337

338338

docs/reference/aggregations/search-aggregations-bucket-diversified-sampler-aggregation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Response:
8080
}
8181
}
8282
```
83-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
83+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
8484
% TESTRESPONSE[s/2.213/$body.aggregations.my_unbiased_sample.keywords.buckets.0.score/]
8585

8686
1. 151 documents were sampled in total.
@@ -158,7 +158,7 @@ Response:
158158
}
159159
}
160160
```
161-
% TESTRESPONSE[s/.../"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
161+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
162162
% TESTRESPONSE[s/2.213/$body.aggregations.my_unbiased_sample.keywords.buckets.0.score/]
163163
% TESTRESPONSE[s/1.34/$body.aggregations.my_unbiased_sample.keywords.buckets.1.score/]
164164

docs/reference/aggregations/search-aggregations-bucket-filters-aggregation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Response:
6363
}
6464
```
6565
% TESTRESPONSE[s/"took": 9/"took": $body.took/]
66-
% TESTRESPONSE[s/"_shards": .../"_shards": $body._shards/]
67-
% TESTRESPONSE[s/"hits": .../"hits": $body.hits/]
66+
% TESTRESPONSE[s/"_shards": \.\.\./"_shards": $body._shards/]
67+
% TESTRESPONSE[s/"hits": \.\.\./"hits": $body.hits/]
6868

6969
## Anonymous filters [anonymous-filters]
7070

@@ -113,8 +113,8 @@ The filtered buckets are returned in the same order as provided in the request.
113113
}
114114
```
115115
% TESTRESPONSE[s/"took": 4/"took": $body.took/]
116-
% TESTRESPONSE[s/"_shards": .../"_shards": $body._shards/]
117-
% TESTRESPONSE[s/"hits": .../"hits": $body.hits/]
116+
% TESTRESPONSE[s/"_shards": \.\.\./"_shards": $body._shards/]
117+
% TESTRESPONSE[s/"hits": \.\.\./"hits": $body.hits/]
118118

119119

120120
## `Other` Bucket [other-bucket]
@@ -183,8 +183,8 @@ The response would be something like the following:
183183
}
184184
```
185185
% TESTRESPONSE[s/"took": 3/"took": $body.took/]
186-
% TESTRESPONSE[s/"_shards": .../"_shards": $body._shards/]
187-
% TESTRESPONSE[s/"hits": .../"hits": $body.hits/]
186+
% TESTRESPONSE[s/"_shards": \.\.\./"_shards": $body._shards/]
187+
% TESTRESPONSE[s/"hits": \.\.\./"hits": $body.hits/]
188188

189189

190190
## Non-keyed Response [non-keyed-response]

docs/reference/aggregations/search-aggregations-bucket-geodistance-aggregation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Response:
8585
}
8686
}
8787
```
88-
% TESTRESPONSE[s/.../"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
88+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
8989

9090
The specified field must be of type `geo_point` (which can only be set explicitly in the mappings). And it can also hold an array of `geo_point` fields, in which case all will be taken into account during aggregation. The origin point can accept all formats supported by the [`geo_point` type](/reference/elasticsearch/mapping-reference/geo-point.md):
9191

@@ -195,7 +195,7 @@ Response:
195195
}
196196
}
197197
```
198-
% TESTRESPONSE[s/.../"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
198+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
199199

200200
It is also possible to customize the key for each range:
201201

@@ -247,6 +247,6 @@ Response:
247247
}
248248
}
249249
```
250-
% TESTRESPONSE[s/.../"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
250+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
251251

252252

docs/reference/aggregations/search-aggregations-bucket-geohashgrid-aggregation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Response:
8989
}
9090
}
9191
```
92-
% TESTRESPONSE[s/.../"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
92+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
9393

9494

9595
## High-precision requests [_high_precision_requests]
@@ -180,7 +180,7 @@ POST /museums/_search?size=0
180180
}
181181
}
182182
```
183-
% TESTRESPONSE[s/.../"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
183+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
184184

185185
For "zooming in" on the system that don’t support geohashes, the bucket keys should be translated into bounding boxes using one of available geohash libraries. For example, for javascript the [node-geohash](https://github.com/sunng87/node-geohash) library can be used:
186186

@@ -241,7 +241,7 @@ POST /museums/_search?size=0
241241
}
242242
}
243243
```
244-
% TESTRESPONSE[s/.../"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
244+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
245245

246246

247247
## Cell dimensions at the equator [_cell_dimensions_at_the_equator]

docs/reference/aggregations/search-aggregations-bucket-geohexgrid-aggregation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Response:
8484
}
8585
}
8686
```
87-
% TESTRESPONSE[s/.../"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
87+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
8888

8989

9090
## High-precision requests [geohexgrid-high-precision]
@@ -148,7 +148,7 @@ Response:
148148
}
149149
}
150150
```
151-
% TESTRESPONSE[s/.../"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
151+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
152152

153153

154154
## Requests with additional bounding box filtering [geohexgrid-addtl-bounding-box-filtering]
@@ -201,7 +201,7 @@ Response:
201201
}
202202
}
203203
```
204-
% TESTRESPONSE[s/.../"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
204+
% TESTRESPONSE[s/\.\.\./"took": $body.took,"_shards": $body._shards,"hits":$body.hits,"timed_out":false,/]
205205

206206

207207
### Aggregating `geo_shape` fields [geohexgrid-aggregating-geo-shape]

0 commit comments

Comments
 (0)