Skip to content

Commit baa535d

Browse files
committed
[TMP] Random change 2
1 parent d9f9ffd commit baa535d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/search/search_engines/elastic_search/install_elastic_search.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ docker run -d --name ibexa-dxp-elasticsearch -p 9200:9200 -p 9300:9300 -e "disco
1717

1818
[[= product_name =]] supports Elasticsearch in version 7.16.2 or higher.
1919

20+
I AM A RANDOM CHANGE 2
21+
2022
## Verify the instance
2123

2224
To make sure that the Elasticsearch instance operates properly, access the instance (for example, with `curl http://localhost:9200/`).
@@ -91,4 +93,4 @@ php bin/console ibexa:reindex
9193
!!! caution "Risks of premature indexing"
9294

9395
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.
96+
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.

0 commit comments

Comments
 (0)