Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig committed Feb 8, 2024
1 parent 7f9eff0 commit 86cc343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/02_Configuration/03_Index_Management.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It is important to index all assets and data object in Pimcore in order to be ab

## Define Index Prefix

To avoid duplicate names or index interferences in OpenSearch, it is necessary to define an index name prefix, which is added to all OpenSearch indices created by Generic Data Index.
To avoid duplicate names or index interferences in your search engine, it is necessary to define an index name prefix, which is added to all indices created by Generic Data Index.
Default one is `pimcore_`.

This can be done by defining following configuration:
Expand Down Expand Up @@ -60,7 +60,7 @@ The indexing queue considers the following options:
Sample configuration:

```yaml
your_bundle:
pimcore_generic_data_index:
index_service:
queue_settings:
worker_count: 1
Expand Down

0 comments on commit 86cc343

Please sign in to comment.