You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WIP] Add support for elasticsearch and openSearch - docs and namespaces (#254)
* add new namespaces and update docs
* rename and deprecate opensearch namespaces and adapt the docs
* remove error
* fix some sonar issues
* fix some sonar issues
* fix docs typo
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ title: Generic Data Index
4
4
5
5
# Pimcore Generic Data Index
6
6
7
-
The Pimcore Generic Data Index Bundle provides a centralized way to index and search assets and data objects in Pimcore via OpenSearch indices.
8
-
It is shipped with the OpenSearch client and provides a central configuration for it in order to be used in other bundles.
7
+
The Pimcore Generic Data Index Bundle provides a centralized way to index and search elements (assets, data objects and documents) in Pimcore via indices (e.g OpenSearch, Elasticsearch).
8
+
It is shipped with the OpenSearch and Elasticsearch clients and provides a central configuration for them in order to be used in other bundles.
9
9
This bundle can be extended and customized to fit your specific needs, for example if you would like to extend the search indices with custom attributes.
10
10
11
11
## Features in a Nutshell
12
-
- Based on OpenSearch
12
+
- Based on OpenSearch/Elasticsearch
13
13
- Centralized data index for multiple bundles (Portal Engine, Studio API/UI, etc.)
14
14
- Indexing of all documents, assets and data objects
15
-
- Provides search services and models to search, filter and aggregate the data saved in the OpenSearch indices
15
+
- Provides search services and models to search, filter and aggregate the data saved in the search indices
0 commit comments