Skip to content

Commit d2389f3

Browse files
committed
Draft 3
1 parent e15f40d commit d2389f3

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

get-started/elasticsearch.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ To enable fast and scalable search, {{es}} ingests, analyzes, and indexes data s
6161

6262
![How Elasticsearch works](/get-started/images/how-elasticsearch-works.png)
6363

64-
| ----- | ----- |
65-
| 1 | Ingestion - Data enters {{es}} through the REST API, client libraries, or integrations. |
66-
| 2 | Analysis - Text is processed through analyzers, such as tokenization, stemming, and more. |
67-
| 3 | Indexing - Documents are stored in shards with inverted indexes for fast retrieval. |
68-
| 4 | Querying - Search requests are distributed to relevant shards and results are merged. |
69-
| 5 | Response - Results are returned, typically in milliseconds. |
70-
7164

7265
### Storage model [elasticsearch-storage-model]
7366

get-started/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ project: 'Get started'
22
toc:
33
- file: index.md
44
- file: introduction.md
5+
- file: elasticsearch.md
56
- file: the-stack.md
67
- file: deployment-options.md
78
- file: versioning-availability.md

0 commit comments

Comments
 (0)