An open API service indexing awesome lists of open source software.

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

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)