Skip to content

Commit 7d611c7

Browse files
committed
nicer names for quickstarts
1 parent 55d2037 commit 7d611c7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

solutions/search/elasticsearch-basics-quickstart.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{es}} API quickstart [getting-started]
1+
# Basics quickstart [getting-started]
22

33

44
This quick start guide is a hands-on introduction to the fundamental concepts of Elasticsearch: [indices, documents and field type mappings](../../manage-data/data-store/index-basics.md).
@@ -10,8 +10,6 @@ The code examples in this tutorial are in [Console](../../explore-analyze/query-
1010

1111
::::
1212

13-
14-
1513
## Requirements [getting-started-requirements]
1614

1715
You’ll need a running {{es}} cluster, together with {{kib}} to use the Dev Tools API Console. Run the following command in your terminal to set up a [single-node local cluster in Docker](get-started.md):

solutions/search/querydsl-full-text-filter-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
navigation_title: "Basics: Full-text search and filtering"
2+
navigation_title: "Full-text search and filtering"
33
---
44

5-
# Basic full-text search and filtering in {{es}} [full-text-filter-tutorial]
5+
# Tutorial: Full-text search and filtering in {{es}} [full-text-filter-tutorial]
66

77

88
This is a hands-on introduction to the basics of [full-text search](full-text.md) with {{es}}, also known as *lexical search*, using the [`_search` API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html) and [Query DSL](../../explore-analyze/query-filter/languages/querydsl.md). You’ll also learn how to filter data, to narrow down search results based on exact criteria.

0 commit comments

Comments
 (0)