Skip to content

Commit cb82946

Browse files
committed
Edit Elasticsearch getting started landing page
1 parent c7d2e6f commit cb82946

File tree

1 file changed

+41
-14
lines changed

1 file changed

+41
-14
lines changed

solutions/search/get-started.md

Lines changed: 41 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,55 @@ mapped_pages:
55
applies_to:
66
stack:
77
serverless:
8+
elasticsearch: all
89
products:
910
- id: elasticsearch
1011
- id: cloud-serverless
12+
navigation_title: Get started
1113
---
1214

13-
# Get started
15+
# Get started with {{es}}
1416

15-
## Core implementation decisions
17+
New to {{es}}? Start building a search experience by setting up your first deployment, refining your search goals, and adding data.
1618

17-
% TODO add diagram
19+
:::{note}
20+
If you're looking for an introduction to the {{stack}} or the {{es}} product, go to [](/get-started/index.md) or [](/manage-data/data-store.md).
21+
:::
1822

19-
Building a search experience with {{es}} requires a number of fundamental implementation decisions:
23+
:::::{stepper}
24+
::::{step} Choose your deployment type
2025

21-
1. [**Deployment**](/deploy-manage/index.md): Where will you run Elastic?
22-
1. [**Ingestion**](ingest-for-search.md): What tools will you use to get your content into {{es}}?
23-
1. [**Search approaches**](search-approaches.md): What search techniques and algorithms will you use to find relevant results?
24-
1. **Implementation tools**: How will you write queries and interact with {{es}}?
25-
- Which programming language client matches your application?
26-
- Which API endpoints and [query language(s)](querying-for-search.md) will you use to express your search logic?
26+
Elastic provides several self-managed or Elastic-managed options.
27+
For simplicity and speed, try out [{{es-serverless}}](/solutions/search/serverless-elasticsearch-get-started.md) or [run {{es}} locally](/solutions/search/run-elasticsearch-locally.md).
28+
Check out the full list of [deployment types](/deploy-manage/deploy.md#choosing-your-deployment-type) to learn more.
29+
::::
2730

28-
Each decision builds on the previous ones, offering flexibility to mix and match approaches based on your needs.
31+
::::{step} Identify your search goals
2932

30-
::::{tip}
31-
Already have an {{es}} deployment? You can get started with our hands-on [quick start tutorials](api-quickstarts.md), or check out our [Python notebooks](https://github.com/elastic/elasticsearch-labs/tree/main/notebooks#readme).
32-
::::
33+
You can choose multiple [search approaches](search-approaches.md) (for example, full-text and semantic search) depending on your use case.
34+
Each approach affects your options for storing and querying your data.
35+
36+
:::{tip}
37+
If you want to ingest your data first and transform or reindex it as needed later, you can skip to the next step.
38+
:::
39+
::::
40+
::::{{step}} Ingest your data
41+
42+
To learn about adding data, go to [](/solutions/search/ingest-for-search.md).
43+
For a broader overview of ingestion options, go to [](/manage-data/ingest.md).
44+
45+
If you're planning to perform vector or semantic [AI-powered search](/solutions/search/ai-search/ai-search.md), the approach that requires the least configuration involves adding `semantic_text` fields when you ingest your data.
46+
Try it out with [](/solutions/search/get-started/semantic-search.md).
47+
48+
:::{tip}
49+
If you're not ready to add your own data, you can use [sample data](/manage-data/ingest/sample-data.md) or create small data sets when you follow the [quickstarts](/solutions/search/get-started/quickstarts.md).
50+
:::
51+
::::
52+
53+
::::{{step}} Get started with your use case
54+
55+
Not sure where to start exploring or which features may be relevant for you?
56+
View our [quickstarts](/solutions/search/get-started/quickstarts.md), which help you complete a core task so you can get up and running.
57+
For example, to learn about using clients to integrate with {{es}} in your application, check out [](/solutions/search/get-started/keyword-search-python.md).
58+
::::
59+
:::::

0 commit comments

Comments
 (0)