This modules provides a Search API Backend for OpenSearch.
This module uses the official OpenSearch PHP Client.
- Search API integration for indexing, field mapping, views etc.
- Facets
- More Like This
- Connector plugin type for external connector extensions
- [Amazon OpenSearch Service](Amazon OpenSearch Service): Operate OpenSearch with the leading contributor of the community-driven, open source software.
The OpenSearch PHP Client
client library can be noisy. To disable logging, you can configure the logger
service to use a Psr\Log\NullLogger instance.
services:
logger.channel.search_api_opensearch_client:
class: Psr\Log\NullLoggerFor finer-grained control, you can use a custom logger or use the Monolog module to configure logging.
This module heavily based on the work of the Elasticsearch Connector module.