Skip to content

Commit 9a2dbea

Browse files
committed
Fixes my disgusting em dashes and nav title
1 parent 51fdcda commit 9a2dbea

File tree

1 file changed

+29
-26
lines changed

1 file changed

+29
-26
lines changed

get-started/elasticsearch.md

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
navigation_title: Elasticsearch
23
description: An introduction to Elasticsearch.
34
applies_to:
45
serverless: all
@@ -21,9 +22,9 @@ products:
2122

2223
The distributed {{es}} architecture enables the following:
2324

24-
* **Horizontal scaling** Add more nodes to increase capacity
25-
* **High availability** Maintained through data replication across nodes to prevent data loss
26-
* **Parallel processing** Queries execute across shards simultaneously to deliver fast performance
25+
* **Horizontal scaling** — Add more nodes to increase capacity
26+
* **High availability** — Maintained through data replication across nodes to prevent data loss
27+
* **Parallel processing** — Queries execute across shards simultaneously to deliver fast performance
2728

2829
### Near real-time indexing [elasticsearch-near-real-time-indexing]
2930

@@ -100,27 +101,27 @@ When you search, {{es}}:
100101

101102
### Full-text and hybrid search [elasticsearch-full-text-hybrid-search]
102103

103-
* **E-commerce product catalogs** Fast product discovery with filters, facets, and autocomplete
104-
* **Enterprise knowledge bases** Search across documents, wikis, and databases with permission controls
105-
* **Content platforms** Search articles, videos, and user-generated content by relevance
104+
* **E-commerce product catalogs** — Fast product discovery with filters, facets, and autocomplete
105+
* **Enterprise knowledge bases** — Search across documents, wikis, and databases with permission controls
106+
* **Content platforms** — Search articles, videos, and user-generated content by relevance
106107

107108
### AI-powered applications [elasticsearch-ai-powered-applications]
108109

109-
* **Semantic search** Find documents by meaning using vector embeddings from models like BERT or OpenAI
110-
* **Chatbots and RAG systems** Retrieve relevant context from knowledge bases to enhance LLM responses
111-
* **Recommendation engines** Surface similar items based on vector similarity
110+
* **Semantic search** — Find documents by meaning using vector embeddings from models like BERT or OpenAI
111+
* **Chatbots and RAG systems** — Retrieve relevant context from knowledge bases to enhance LLM responses
112+
* **Recommendation engines** — Surface similar items based on vector similarity
112113

113114
### Geospatial search [elasticsearch-geospatial-search]
114115

115-
* **Location-based services** Find nearby restaurants, stores, or services
116-
* **Delivery routing** Optimize routes based on geographic data
117-
* **Geofencing** Trigger actions when users enter specific areas
116+
* **Location-based services** — Find nearby restaurants, stores, or services
117+
* **Delivery routing** — Optimize routes based on geographic data
118+
* **Geofencing** — Trigger actions when users enter specific areas
118119

119120
### Analytics and monitoring [elasticsearch-analytics-monitoring]
120121

121-
* **Log analytics** Centralize and analyze application and system logs
122-
* **Security analytics** Detect threats and anomalies in security events
123-
* **Business metrics** Analyze user behavior, sales trends, and KPIs
122+
* **Log analytics** — Centralize and analyze application and system logs
123+
* **Security analytics** — Detect threats and anomalies in security events
124+
* **Business metrics** — Analyze user behavior, sales trends, and KPIs
124125

125126
## When to use {{es}} [when-to-use-elasticsearch]
126127

@@ -162,21 +163,23 @@ To make sure your {{es}} deployment performs efficiently and scales with your da
162163

163164
### Data modeling best practices [elasticsearch-data-modeling-best-practices]
164165

165-
* **One document type per index** Keep related data together
166-
* **Denormalize data** Include related information in documents to avoid joins
167-
* **Use appropriate field types** Match data types to query patterns
168-
* **Plan for growth** Consider time-based indices for logs and events
166+
* **One document type per index** — Keep related data together
167+
* **Denormalize data** — Include related information in documents to avoid joins
168+
* **Use appropriate field types** — Match data types to query patterns
169+
* **Plan for growth** — Consider time-based indices for logs and events
169170

170171
## Next steps [elasticsearch-next-steps]
171172

172-
Ready to try {{es}}? Here's how to get started:
173+
Ready to try {{es}}?
173174

174-
* [Get started](/solutions/search/get-started.md) - Run your first queries in 5 minutes
175-
% how* Tutorial: Build a search application - Create a full-featured search experience
176-
* [Understanding {{es}} architecture](/deploy-manage/distributed-architecture.md) - Deep dive into distributed systems concepts
175+
Here's how to get started:
176+
177+
* [Get started](/solutions/search/get-started.md) — Run your first queries in 5 minutes
178+
% how* Tutorial: Build a search application — Create a full-featured search experience
179+
* [Understanding {{es}} architecture](/deploy-manage/distributed-architecture.md) — Deep dive into distributed systems concepts
177180

178181
For specific use cases:
179182

180-
* [Implementing semantic search](/solutions/search/get-started/semantic-search.md) - Add AI-powered search
181-
* [Building geospatial applications](/explore-analyze/geospatial-analysis.md) - Work with location data
182-
* [Analyzing logs and metrics](/solutions/observability/get-started.md) - Set up observability
183+
* [Implementing semantic search](/solutions/search/get-started/semantic-search.md) Add AI-powered search
184+
* [Building geospatial applications](/explore-analyze/geospatial-analysis.md) Work with location data
185+
* [Analyzing logs and metrics](/solutions/observability/get-started.md) Set up observability

0 commit comments

Comments
 (0)