Skip to content

Commit 2e8760e

Browse files
[DOCS] Remove camel case variations (#88650) (#88653)
* [DOCS] Remove camel case variations. Closes #73417 * [DOCS] Switch to sentence casing in titles
1 parent 2c4da29 commit 2e8760e

File tree

4 files changed

+27
-29
lines changed

4 files changed

+27
-29
lines changed

docs/reference/query-dsl/geo-bounding-box-query.asciidoc

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ GET my_locations,my_geoshapes/_search
158158
--------------------------------------------------
159159

160160
[discrete]
161-
==== Query Options
161+
==== Query options
162162

163163
[cols="<,<",options="header",]
164164
|=======================================================================
@@ -173,13 +173,13 @@ accept geo points with invalid latitude or longitude, set to
173173

174174
[[query-dsl-geo-bounding-box-query-accepted-formats]]
175175
[discrete]
176-
==== Accepted Formats
176+
==== Accepted formats
177177

178178
In much the same way the `geo_point` type can accept different
179179
representations of the geo point, the filter can accept it as well:
180180

181181
[discrete]
182-
===== Lat Lon As Properties
182+
===== Lat lon as properties
183183

184184
[source,console]
185185
--------------------------------------------------
@@ -210,7 +210,7 @@ GET my_locations/_search
210210
--------------------------------------------------
211211

212212
[discrete]
213-
===== Lat Lon As Array
213+
===== Lat lon as array
214214

215215
Format in `[lon, lat]`, note, the order of lon/lat here in order to
216216
conform with http://geojson.org/[GeoJSON].
@@ -238,7 +238,7 @@ GET my_locations/_search
238238
--------------------------------------------------
239239

240240
[discrete]
241-
===== Lat Lon As String
241+
===== Lat lon as string
242242

243243
Format in `lat,lon`.
244244

@@ -265,7 +265,7 @@ GET my_locations/_search
265265
--------------------------------------------------
266266

267267
[discrete]
268-
===== Bounding Box as Well-Known Text (WKT)
268+
===== Bounding box as well-known text (WKT)
269269

270270
[source,console]
271271
--------------------------------------------------
@@ -348,11 +348,9 @@ corner at `39.375,-67.5`.
348348
==== Vertices
349349

350350
The vertices of the bounding box can either be set by `top_left` and
351-
`bottom_right` or by `top_right` and `bottom_left` parameters. More
352-
over the names `topLeft`, `bottomRight`, `topRight` and `bottomLeft`
353-
are supported. Instead of setting the values pairwise, one can use
354-
the simple names `top`, `left`, `bottom` and `right` to set the
355-
values separately.
351+
`bottom_right` or by `top_right` and `bottom_left` parameters. Instead of
352+
setting the values pairwise, one can use the simple names `top`, `left`,
353+
`bottom` and `right` to set the values separately.
356354

357355
[source,console]
358356
--------------------------------------------------
@@ -379,14 +377,14 @@ GET my_locations/_search
379377
--------------------------------------------------
380378

381379
[discrete]
382-
==== Multi Location Per Document
380+
==== Multi location per document
383381

384382
The filter can work with multiple locations / points per document. Once
385383
a single location / point matches the filter, the document will be
386384
included in the filter
387385

388386
[discrete]
389-
==== Ignore Unmapped
387+
==== Ignore unmapped
390388

391389
When set to `true` the `ignore_unmapped` option will ignore an unmapped field
392390
and will not match any documents for this query. This can be useful when
@@ -395,7 +393,7 @@ querying multiple indexes which might have different mappings. When set to
395393
is not mapped.
396394

397395
[discrete]
398-
==== Notes on Precision
396+
==== Notes on precision
399397

400398
Geopoints have limited precision and are always rounded down during index time.
401399
During the query time, upper boundaries of the bounding boxes are rounded down,

docs/reference/query-dsl/geo-distance-query.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ GET my_locations,my_geoshapes/_search
146146

147147

148148
[discrete]
149-
==== Accepted Formats
149+
==== Accepted formats
150150

151151
In much the same way the `geo_point` type can accept different
152152
representations of the geo point, the filter can accept it as well:
153153

154154
[discrete]
155-
===== Lat Lon As Properties
155+
===== Lat lon as properties
156156

157157
[source,console]
158158
--------------------------------------------------
@@ -178,7 +178,7 @@ GET /my_locations/_search
178178
--------------------------------------------------
179179

180180
[discrete]
181-
===== Lat Lon As Array
181+
===== Lat lon as array
182182

183183
Format in `[lon, lat]`, note, the order of lon/lat here in order to
184184
conform with http://geojson.org/[GeoJSON].
@@ -205,7 +205,7 @@ GET /my_locations/_search
205205

206206

207207
[discrete]
208-
===== Lat Lon As WKT String
208+
===== Lat lon as WKT string
209209

210210
Format in https://docs.opengeospatial.org/is/12-063r5/12-063r5.html[Well-Known Text].
211211

@@ -280,14 +280,14 @@ The following are options allowed on the filter:
280280
coordinates (default is `STRICT`).
281281

282282
[discrete]
283-
==== Multi Location Per Document
283+
==== Multi location per document
284284

285285
The `geo_distance` filter can work with multiple locations / points per
286286
document. Once a single location / point matches the filter, the
287287
document will be included in the filter.
288288

289289
[discrete]
290-
==== Ignore Unmapped
290+
==== Ignore unmapped
291291

292292
When set to `true` the `ignore_unmapped` option will ignore an unmapped field
293293
and will not match any documents for this query. This can be useful when

docs/reference/query-dsl/geo-polygon-query.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ GET /_search
3535
// TEST[warning:Deprecated field [geo_polygon] used, replaced by [[geo_shape] query where polygons are defined in geojson or wkt]]
3636

3737
[discrete]
38-
==== Query Options
38+
==== Query options
3939

4040
[cols="<,<",options="header",]
4141
|=======================================================================
@@ -48,10 +48,10 @@ or longitude, or `STRICT` (default is `STRICT`).
4848
|=======================================================================
4949

5050
[discrete]
51-
==== Allowed Formats
51+
==== Allowed formats
5252

5353
[discrete]
54-
===== Lat Long as Array
54+
===== Lat long as array
5555

5656
Format as `[lon, lat]`
5757

@@ -85,7 +85,7 @@ GET /_search
8585
// TEST[warning:Deprecated field [geo_polygon] used, replaced by [[geo_shape] query where polygons are defined in geojson or wkt]]
8686

8787
[discrete]
88-
===== Lat Lon as String
88+
===== Lat lon as string
8989

9090
Format in `lat,lon`.
9191

@@ -151,7 +151,7 @@ The query *requires* the <<geo-point,`geo_point`>> type to be set on the
151151
relevant field.
152152

153153
[discrete]
154-
==== Ignore Unmapped
154+
==== Ignore unmapped
155155

156156
When set to `true` the `ignore_unmapped` option will ignore an unmapped field
157157
and will not match any documents for this query. This can be useful when

docs/reference/query-dsl/geo-shape-query.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pre-indexed in another index. Both formats are defined below with
2121
examples.
2222

2323

24-
==== Inline Shape Definition
24+
==== Inline shape definition
2525

2626
Similar to the `geo_point` type, the `geo_shape` query uses
2727
http://geojson.org[GeoJSON] to represent shapes.
@@ -169,7 +169,7 @@ GET /example_points/_search
169169
// TESTRESPONSE[s/"took" : 17/"took" : $body.took/]
170170

171171

172-
==== Pre-Indexed Shape
172+
==== Pre-indexed shape
173173

174174
The query also supports using a shape which has already been indexed in another
175175
index. This is particularly useful for when you have a pre-defined list of
@@ -229,7 +229,7 @@ GET /example/_search
229229
--------------------------------------------------
230230

231231

232-
==== Spatial Relations
232+
==== Spatial relations
233233

234234
The following is a complete list of spatial relation operators available when
235235
searching a geo field:
@@ -244,7 +244,7 @@ geometry. Line geometries are not supported.
244244
geometry.
245245

246246
[discrete]
247-
==== Ignore Unmapped
247+
==== Ignore unmapped
248248

249249
When set to `true` the `ignore_unmapped` option will ignore an unmapped field
250250
and will not match any documents for this query. This can be useful when

0 commit comments

Comments
 (0)