https://github.com/pimcore/opensearch-client
Opensearch Client bundle
https://github.com/pimcore/opensearch-client
Last synced: 10 months ago
JSON representation
Opensearch Client bundle
- Host: GitHub
- URL: https://github.com/pimcore/opensearch-client
- Owner: pimcore
- License: other
- Created: 2024-01-30T09:56:22.000Z (over 2 years ago)
- Default Branch: 2.x
- Last Pushed: 2025-06-30T12:35:21.000Z (11 months ago)
- Last Synced: 2025-07-10T18:32:29.491Z (11 months ago)
- Language: PHP
- Size: 86.9 KB
- Stars: 1
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Pimcore Opensearch Client
This bundle provides a central configuration and factory for creating Opensearch clients to be used in other bundles.
It allows to configure one or more Opensearch clients with different configuration settings. The corresponding settings are then registered as services and can be injected into any services.
## Compatibility with OpenSearch
| Pimcore Client Version | OpenSearch Version |
|------------------------|--------------------|
| 1.0.0 | 1.0.0-2.1.0 |
## Documentation Overview
- [Installation](./doc/01_Installation.md)
- [Configuration](./doc/02_Configuration.md)
- [Usage](./doc/03_Usage.md)