Skip to content

Commit 894a1b9

Browse files
committed
[DOCS] Remove binary gendered language (#48362)
1 parent e6e6d4c commit 894a1b9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/plugins/mapper-annotated-text.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ However, a problem arises if your named entity happens to be a single term and l
249249
company `elastic`. In this case, a search on the annotated text field for the token `elastic`
250250
may match a text document such as this:
251251

252-
he fired an elastic band
252+
they fired an elastic band
253253

254254
To avoid such false matches users should consider prefixing annotation values to ensure
255255
they don't name clash with text tokens e.g.

docs/reference/aggregations/bucket/significantterms-aggregation.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ An aggregation that returns interesting or unusual occurrences of terms in a set
77
* Suggesting "H5N1" when users search for "bird flu" in text
88
* Identifying the merchant that is the "common point of compromise" from the transaction history of credit card owners reporting loss
99
* Suggesting keywords relating to stock symbol $ATI for an automated news classifier
10-
* Spotting the fraudulent doctor who is diagnosing more than his fair share of whiplash injuries
10+
* Spotting the fraudulent doctor who is diagnosing more than their fair share of whiplash injuries
1111
* Spotting the tire manufacturer who has a disproportionate number of blow-outs
1212

1313
In all these cases the terms being selected are not simply the most popular terms in a set.
@@ -391,7 +391,7 @@ By default this produces a score greater than zero and less than one.
391391

392392
The benefit of this heuristic is that the scoring logic is simple to explain to anyone familiar with a "per capita" statistic. However, for fields with high cardinality there is a tendency for this heuristic to select the rarest terms such as typos that occur only once because they score 1/1 = 100%.
393393

394-
It would be hard for a seasoned boxer to win a championship if the prize was awarded purely on the basis of percentage of fights won - by these rules a newcomer with only one fight under his belt would be impossible to beat.
394+
It would be hard for a seasoned boxer to win a championship if the prize was awarded purely on the basis of percentage of fights won - by these rules a newcomer with only one fight under their belt would be impossible to beat.
395395
Multiple observations are typically required to reinforce a view so it is recommended in these cases to set both `min_doc_count` and `shard_min_doc_count` to a higher value such as 10 in order to filter out the low-frequency terms that otherwise take precedence.
396396

397397
[source,js]

docs/reference/search/request/track-total-hits.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ For instance the following response:
114114
\... indicates that the number of hits returned in the `total`
115115
is accurate.
116116

117-
If the total number of his that match the query is greater than the
117+
If the total number of hits that match the query is greater than the
118118
value set in `track_total_hits`, the total hits in the response
119119
will indicate that the returned value is a lower bound:
120120

x-pack/docs/en/security/authorization/mapping-roles.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can change this default behavior by changing the
6666
this is a common setting in Elasticsearch, changing its value might effect other
6767
schedules in the system.
6868

69-
While the _role mapping APIs_ is he preferred way to manage role mappings, using
69+
While the _role mapping APIs_ is the preferred way to manage role mappings, using
7070
the `role_mappings.yml` file becomes useful in a couple of use cases:
7171

7272
. If you want to define fixed role mappings that no one (besides an administrator

x-pack/docs/en/security/configuring-es.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ your subscription. For more information, see https://www.elastic.co/subscription
8484
+
8585
--
8686
For example, to grant _John Doe_ full access to all indices that match
87-
the pattern `events*` and enable him to create visualizations and dashboards
87+
the pattern `events*` and enable them to create visualizations and dashboards
8888
for those indices in {kib}, you could create an `events_admin` role
8989
and assign the role to a new `johndoe` user.
9090

0 commit comments

Comments
 (0)