Skip to content

Commit e89917c

Browse files
authored
elastic_search → elasticsearch (#2608)
Elasticsearch brand is in one word. https://www.elastic.co/elasticsearch
1 parent c765208 commit e89917c

File tree

12 files changed

+25
-22
lines changed

12 files changed

+25
-22
lines changed

docs/getting_started/install_ibexa_dxp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ You may choose to replace the [default search engine](legacy_search_overview.md)
250250

251251
Do the following steps to enable Elasticsearch:
252252

253-
1. [Download and install Elasticsearch](install_elastic_search.md)
254-
2. [Verify that the Elasticsearch instance is up](install_elastic_search.md#verify-the-instance)
255-
3. [Set the default search engine](install_elastic_search.md#set-the-default-search-engine)
256-
4. [Configure the search engine](configure_elastic_search.md)
257-
5. [Push the templates](install_elastic_search.md#push-the-templates)
253+
1. [Download and install Elasticsearch](install_elasticsearch.md)
254+
2. [Verify that the Elasticsearch instance is up](install_elasticsearch.md#verify-the-instance)
255+
3. [Set the default search engine](install_elasticsearch.md#set-the-default-search-engine)
256+
4. [Configure the search engine](configure_elasticsearch.md)
257+
5. [Push the templates](install_elasticsearch.md#push-the-templates)
258258

259259
Configure the following parameter in the `.env` file:
260260

docs/infrastructure_and_maintenance/clustering/clustering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For more information on requirements, see [Requirements page](requirements.md).
2626

2727
It's also recommended to use:
2828

29-
- [Solr](solr_overview.md) or [Elasticsearch](elastic_search_overview.md) for better search and performance
29+
- [Solr](solr_overview.md) or [Elasticsearch](elasticsearch_overview.md) for better search and performance
3030
- a CDN for improved performance and faster ping time worldwide
3131
- you can use Fastly, which has native support as HTTP cache and CDN.
3232
- active/passive database for failover

docs/resources/new_in_doc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ This page contains recent highlights and notable changes in [[= product_name =]]
183183

184184
### Search
185185

186-
- [Configuring Elasticsearch with analyzers for different languages](https://doc.ibexa.co/en/master/search/search_engines/elastic_search/configure_elastic_search/#add-language-specific-analysers)
186+
- [Configuring Elasticsearch with analyzers for different languages](https://doc.ibexa.co/en/master/search/search_engines/elasticsearch/configure_elasticsearch/#add-language-specific-analysers)
187187
- [ContentName search criterion](https://doc.ibexa.co/en/master/search/criteria_reference/contentname_criterion/)
188188

189189
### Dashboard
@@ -251,7 +251,7 @@ This page contains recent highlights and notable changes in [[= product_name =]]
251251

252252
### Search
253253

254-
- Updated [Elasticsearch search engine](https://doc.ibexa.co/en/master/search/search_engines/elastic_search/elastic_search_overview/) description
254+
- Updated [Elasticsearch search engine](https://doc.ibexa.co/en/master/search/search_engines/elasticsearch/elasticsearch_overview/) description
255255
- New Search Criteria:
256256
- [Image](https://doc.ibexa.co/en/master/search/criteria_reference/image_criterion/)
257257
- [ImageDimensions](https://doc.ibexa.co/en/master/search/criteria_reference/imagedimensions_criterion/)
@@ -572,7 +572,7 @@ This page contains recent highlights and notable changes in [[= product_name =]]
572572
### Search
573573

574574
- [Updated search engines documentation](https://doc.ibexa.co/en/master/search/search_engines/search_engines/):
575-
- [Elasticsearch search engine](https://doc.ibexa.co/en/master/search/search_engines/elastic_search/elastic_search_overview/)
575+
- [Elasticsearch search engine](https://doc.ibexa.co/en/master/search/search_engines/elasticsearch/elasticsearch_overview/)
576576
- [Solr search engine](https://doc.ibexa.co/en/master/search/search_engines/solr_search_engine/solr_overview/)
577577
- [Legacy search engine](https://doc.ibexa.co/en/master/search/search_engines/legacy_search_engine/legacy_search_overview/#legacy-search-engine)
578578

docs/search/extensibility/index_custom_elasticsearch_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Index custom data when using the Elasticsearch search engine.
44

55
# Index custom Elasticsearch data
66

7-
[Elasticsearch](elastic_search_overview.md) indexes content and location data out of the box.
7+
[Elasticsearch](elasticsearch_overview.md) indexes content and location data out of the box.
88
Besides what is indexed automatically, you can add additional data to the Elasticsearch index.
99

1010
To do so, subscribe to one of the following events:

docs/search/search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ These are supported across different search engines, allowing you to plug in ano
1010

1111
[[= cards([
1212
"search/search_engines/search_engines",
13-
"search/search_engines/elastic_search/elastic_search_overview",
13+
"search/search_engines/elasticsearch/elasticsearch_overview",
1414
"search/search_engines/solr_search_engine/solr_overview",
1515
"search/search_api",
1616
"search/search_criteria_and_sort_clauses",
File renamed without changes.
File renamed without changes.

docs/search/search_engines/elastic_search/install_elastic_search.md renamed to docs/search/search_engines/elasticsearch/install_elasticsearch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ All configuration is made in the `/config/packages/ibexa_elasticsearch.yaml` fil
6464

6565
First, decide how [[= product_name =]] connects to Elasticsearch and configure other connection settings.
6666

67-
For more information, see [Configuring connections](configure_elastic_search.md#configure-connections).
67+
For more information, see [Configuring connections](configure_elasticsearch.md#configure-connections).
6868

6969
Then, define a field type mappings template that instructs Elasticsearch to interpret [[= product_name =]] fields as specific types.
7070

71-
For more information, see [Configuring field type mappings](configure_elastic_search.md#define-field-type-mapping-templates).
71+
For more information, see [Configuring field type mappings](configure_elasticsearch.md#define-field-type-mapping-templates).
7272

7373
## Push the templates
7474

@@ -91,4 +91,4 @@ php bin/console ibexa:reindex
9191
!!! caution "Risks of premature indexing"
9292

9393
Don't reindex your data before you create index templates.
94-
Otherwise Elasticsearch attempts to use its [dynamic field mapping](https://www.elastic.co/guide/en/elasticsearch/reference/7.7/dynamic-field-mapping.html) feature to create type mappings automatically.
94+
Otherwise Elasticsearch attempts to use its [dynamic field mapping](https://www.elastic.co/guide/en/elasticsearch/reference/7.7/dynamic-field-mapping.html) feature to create type mappings automatically.

docs/search/search_engines/legacy_search_engine/legacy_search_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ For more information, check [search engine comparison](search_engines.md#search-
1515
!!! tip
1616

1717
The features and performance of Legacy search engine are limited.
18-
If you have specific search or performance needs, it's recommended to use [Solr](solr_overview.md) or [Elasticsearch](elastic_search_overview.md) instead.
18+
If you have specific search or performance needs, it's recommended to use [Solr](solr_overview.md) or [Elasticsearch](elasticsearch_overview.md) instead.
1919

2020
Using the Legacy search engine disables most shop features, such as product search.

docs/search/search_engines/search_engines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Currently, they exist in their own [[= product_name =]] Bundles:
99

1010
1. [Legacy search engine](legacy_search_overview.md) - a database-powered search engine for basic needs.
1111
1. [Solr](solr_overview.md) - an integration providing better overall performance, better scalability and support for more advanced search capabilities.
12-
1. [Elasticsearch](elastic_search_overview.md) - a document-oriented engine providing even better performance and scalability.
12+
1. [Elasticsearch](elasticsearch_overview.md) - a document-oriented engine providing even better performance and scalability.
1313

1414
## Search engines comparison
1515

@@ -25,4 +25,4 @@ Currently, they exist in their own [[= product_name =]] Bundles:
2525

2626
\*\* For more information about fulltext search syntax support, see [Fulltext Criterion](fulltext_criterion.md).
2727

28-
\*\*\* Elasticsearch offers query-time boosting instead.
28+
\*\*\* Elasticsearch offers query-time boosting instead.

0 commit comments

Comments
 (0)