Skip to content

Commit 86c5334

Browse files
committed
Lowercase everything, remove resulting redundancies
1 parent 4c6eb80 commit 86c5334

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

config/synonyms.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
synonyms:
2-
- [ ".net", ".NET", "c#", "csharp", "dotnet", "net", "NET", "DOTNET" ]
2+
- [ ".net", "c#", "csharp", "dotnet", "net" ]
33
- [ "esql", "es|ql" ]
4-
- [ "motlp", "managed otlp", "Managed OTLP" ]
4+
- [ "motlp", "managed otlp" ]
55
- [ "s3", "aws s3", "amazon s3" ]
66
- [ "es", "elasticsearch" ]
7-
- [ "Elastic Learned Sparse EncodeR", "elser" ]
7+
- [ "elastic learned sparse encoder", "elser" ]
88
- [ "ccs", "cross cluster search", "cross-cluster search", "spaghetti" ]
99
- [ "apm", "application performance monitoring" ]
10-
- [ "ecctl", "Elastic Cloud Control" ]
10+
- [ "ecctl", "elastic cloud control" ]
1111
- [ "opentelemetry", "otel" ]
12-
- [ "eck", "Elastic Cloud on Kubernetes" ]
13-
- [ "ece", "Elastic Cloud Enterprise" ]
14-
- [ "ELv2", "Elastic License v2" ]
15-
- [ "kql", "Kibana Query Language" ]
12+
- [ "eck", "elastic cloud on kubernetes" ]
13+
- [ "ece", "elastic cloud enterprise" ]
14+
- [ "elv2", "elastic license v2" ]
15+
- [ "kql", "kibana query language" ]
1616
- [ "ccr", "cross-cluster replication", "cross cluster replication" ]
17-
- [ "ESaaS", "Elastic Stack as a service" ]
18-
- [ "knn", "k-Nearest Neighbors" ]
19-
- [ "ech", "Elastic Cloud Hosted", "ess" ]
17+
- [ "esaas", "elastic stack as a service" ]
18+
- [ "knn", "k-nearest neighbors" ]
19+
- [ "ech", "elastic cloud hosted", "ess" ]
2020
- [ "aws", "amazon" ]
2121
- [ "ilm", "index lifecycle management" ]
2222
- [ "javascript", "js", "node", "nodejs", "node.js" ]

0 commit comments

Comments
 (0)