Skip to content

Commit ea10226

Browse files
committed
Fixes abbrevs.
1 parent 80b4b6c commit ea10226

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

solutions/search.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,45 +14,44 @@ products:
1414

1515
# The Elasticsearch solution
1616

17-
The {es} solution and serverless project type position {es} as a comprehensive platform: a scalable data store, a powerful search engine, and a vector database in one. At its core, {es} is a distributed datastore that can ingest, index, and manage various types of data in near real-time, making them both searchable and analyzable. With specialized user interfaces and tools, it provides the flexibility to create, deploy, and run a wide range of applications, from search to analytics to AI-driven solutions.
17+
The {{es}} solution and serverless project type position {{es}} as a comprehensive platform: a scalable data store, a powerful search engine, and a vector database in one. At its core, {{es}} is a distributed datastore that can ingest, index, and manage various types of data in near real-time, making them both searchable and analyzable. With specialized user interfaces and tools, it provides the flexibility to create, deploy, and run a wide range of applications, from search to analytics to AI-driven solutions.
1818

19-
## What the {es} solution provides
19+
## What the {{es}} solution provides
2020

21-
The {es} solution and serverless project type include specialized user interfaces and tools that simplify working with {es}:
21+
The {{es}} solution and serverless project type include specialized user interfaces and tools that simplify working with {{es}}:
2222

2323
* **Ingestion tools**: Content connectors, crawlers, file upload function, and indexing APIs for ingesting and storing data
2424
* **Data management and discovery**: Discover and Dashboards for exploring data, building visualizations, and creating interactive experiences
2525
* **Management interfaces**: Index Management and other tools for configuring and optimizing your stored data and implementation
2626
* **Search relevance tools**: Purpose-built UIs for managing synonyms, query rules, and other relevance-enhancing features
2727
* **AI toolkit**: RAG Playground and inference endpoints management for building AI-enhanced applications
28-
* **Complete {es} REST API**: Full access to {es}'s comprehensive APIs for indexing, searching, and managing data
28+
* **Complete {{es}} REST API**: Full access to {{es}}'s comprehensive APIs for indexing, searching, and managing data
2929
* **Deployment flexibility**: Run in Elastic Cloud, Elastic Serverless, or self-managed environments with consistent interfaces
3030

3131
## Core capabilities and use cases
3232

33-
You can think of {es} in two complementary ways:
33+
You can think of {{es}} in two complementary ways:
3434

35-
1. **As a datastore and vector database**: use {es} directly to ingest, store, and manage many types of data in a scalable, cost-efficient way, without the need to add anything else.
36-
2. **As a foundation for custom applications**: including search and discovery experiences that you design and build using {es}'s building blocks.
35+
1. **As a datastore and vector database**: use {{es}} directly to ingest, store, and manage many types of data in a scalable, cost-efficient way, without the need to add anything else.
36+
2. **As a foundation for custom applications**: including search and discovery experiences that you design and build using {{es}}'s building blocks.
3737

3838
### Datastore and vector database
3939

40-
You can index many types of data, keep them stored efficiently, searchable, and analyzable. If all you need is a reliable and scalable datastore, you can use {es} that way without adding anything else. All of {es}’s advanced capabilities start with its role as a [data store](/manage-data/data-store.md). Examples include, but are not limited to:
40+
You can index many types of data, keep them stored efficiently, searchable, and analyzable. If all you need is a reliable and scalable datastore, you can use {{es}} that way without adding anything else. All of {{es}}’s advanced capabilities start with its role as a [data store](/manage-data/data-store.md). Examples include, but are not limited to:
4141

4242
* **Textual data**: documents, logs, articles, or transcripts
4343
* **Numerical data**: metrics, performance data, sensor readings
4444
* **Time series data**: events, traces, or system metrics collected over time
4545
* **Geospatial data**: coordinates, maps, and location-based signals
4646
* **Vector data**: embeddings from {{ml}} models for semantic or hybrid search
4747

48-
By bringing these capabilities together, {es} acts as a powerful data store, time series database, geospatial engine, and vector database, all within a single technology. Whether you use it as a datastore or as the backbone for advanced search and analytics, this unified foundation enables you to work seamlessly with diverse data types and power your own applications.
48+
By bringing these capabilities together, {{es}} acts as a powerful data store, time series database, geospatial engine, and vector database, all within a single technology. Whether you use it as a datastore or as the backbone for advanced search and analytics, this unified foundation enables you to work seamlessly with diverse data types and power your own applications.
4949

5050
### Search and discovery applications
5151

52-
Search is one of the common use cases built on {es}. With your own data (text, logs, metrics, events, vectors, or geospatial information), {es} gives you the tools to store, search, and analyze it. Using these building blocks, you can design search and discovery experiences, from internal knowledge bases to product catalogs, chat interfaces, or geospatial applications.
53-
54-
{es} gives you the core platform to build the experiences that best match your requirements.
52+
Search is one of the common use cases built on {{es}}. With your own data (text, logs, metrics, events, vectors, or geospatial information), {{es}} gives you the tools to store, search, and analyze it. Using these building blocks, you can design search and discovery experiences, from internal knowledge bases to product catalogs, chat interfaces, or geospatial applications.
5553

54+
{{es}} gives you the core platform to build the experiences that best match your requirements.
5655

5756
| Use case | Business goals | Technical requirements |
5857
| ------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------- |
@@ -66,7 +65,7 @@ Search is one of the common use cases built on {es}. With your own data (text, l
6665

6766
## Further reading
6867

69-
* [{es} reference documentation](elasticsearch::docs/reference/elasticsearch/index.md)
70-
* [The {es} data store](/manage-data/data-store.md)
68+
* [{{es}} reference documentation](elasticsearch::docs/reference/elasticsearch/index.md)
69+
* [The {{es}} data store](/manage-data/data-store.md)
7170
* [Content connectors](elasticsearch::docs/reference/search-connectors/index.md)
72-
* [{es} API documentation](https://www.elastic.co/docs/api/doc/elasticsearch/v9/)
71+
* [{{es}} API documentation](https://www.elastic.co/docs/api/doc/elasticsearch/v9/)

0 commit comments

Comments
 (0)