You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [official Elasticsearch JavaScript client](elasticsearch-js://docs/reference/index.md).
67
+
See the [official Elasticsearch JavaScript client](elasticsearch-js://reference/index.md).
68
68
69
69
## Julia [julia]
70
70
71
-
*[ElasticsearchClient.jl](https://github.com/OpenSesame/ElasticsearchClient.jl): Elasticsearch client inspired by the [official Elasticsearch Ruby client](elasticsearch-ruby://docs/reference/index.md).
71
+
*[ElasticsearchClient.jl](https://github.com/OpenSesame/ElasticsearchClient.jl): Elasticsearch client inspired by the [official Elasticsearch Ruby client](elasticsearch-ruby://reference/index.md).
72
72
73
73
## Kotlin [kotlin]
74
74
75
-
*[ES Kotlin](https://github.com/mbuhot/eskotlin): Elasticsearch Query DSL for kotlin based on the [official Elasticsearch Java client](elasticsearch-java://docs/reference/index.md). **Last commit more than a year ago**
75
+
*[ES Kotlin](https://github.com/mbuhot/eskotlin): Elasticsearch Query DSL for kotlin based on the [official Elasticsearch Java client](elasticsearch-java://reference/index.md). **Last commit more than a year ago**
76
76
77
77
*[ES Kotlin Wrapper Client](https://github.com/jillesvangurp/es-kotlin-wrapper-client): Kotlin extension functions and abstractions for the [official Elasticsearch high-level client](https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/index.html). Aims to reduce the amount of boilerplate needed to do searches, bulk indexing and other common things users do with the client. **No longer maintained**
78
78
@@ -82,7 +82,7 @@ See the [official Elasticsearch JavaScript client](elasticsearch-js://docs/refer
82
82
83
83
## .NET [dotnet]
84
84
85
-
See the [official Elasticsearch .NET client](elasticsearch-net://docs/reference/index.md).
85
+
See the [official Elasticsearch .NET client](elasticsearch-net://reference/index.md).
86
86
87
87
## Perl [perl]
88
88
@@ -92,7 +92,7 @@ Also see the [official Elasticsearch Perl client](https://www.elastic.co/guide/e
92
92
93
93
## PHP [php]
94
94
95
-
Also see the [official Elasticsearch PHP client](elasticsearch-php://docs/reference/index.md).
95
+
Also see the [official Elasticsearch PHP client](elasticsearch-php://reference/index.md).
Refer to [Aggregations](docs-content://explore-analyze/query-filter/aggregations.md) in the **Explore and analyze** section for overview, getting started and conceptual information.
12
+
:::
15
13
16
14
Aggregations are a powerful framework that enables you to perform complex data analysis and summarization over indexed documents. They enable you to extract and compute statistics, trends, and patterns from large datasets.
Copy file name to clipboardExpand all lines: docs/reference/data-analysis/text-analysis/index.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
% TO-DO: Add links to "Data analysis basics"%
4
4
5
+
:::{note}
6
+
This section provides detailed **reference information**.
7
+
8
+
Refer to [the text analysis overview](docs-content://manage-data/data-store/text-analysis.md) in the **Manage data** section for overview and conceptual information.
9
+
:::
10
+
5
11
This section contains reference information for text analysis components features, including:
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch-plugins/cloud/ec-adding-elastic-plugins.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ You can use a variety of official plugins that are compatible with your version
9
9
10
10
## Before you begin [ec_before_you_begin_6]
11
11
12
-
Some restrictions apply when adding plugins. To learn more, check [Restrictions for {{es}} and {{kib}} plugins](cloud://docs/release-notes/cloud-hosted/known-issues.md#ec-restrictions-plugins).
12
+
Some restrictions apply when adding plugins. To learn more, check [Restrictions for {{es}} and {{kib}} plugins](cloud://release-notes/cloud-hosted/known-issues.md#ec-restrictions-plugins).
13
13
14
14
Only Gold, Platinum, Enterprise and Private subscriptions, running version 2.4.6 or later, have access to uploading custom plugins. All subscription levels, including Standard, can upload scripts and dictionaries.
0 commit comments