Skip to content

wagov-dtt/search_api_opensearch

Repository files navigation

Search API OpenSearch

This modules provides a Search API Backend for OpenSearch.

This module uses the official OpenSearch PHP Client.

Features

  • Search API integration for indexing, field mapping, views etc.
  • Facets
  • More Like This
  • Connector plugin type for external connector extensions

Hosted OpenSearch Services

  • [Amazon OpenSearch Service](Amazon OpenSearch Service): Operate OpenSearch with the leading contributor of the community-driven, open source software.

Logging configuration

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\NullLogger

For finer-grained control, you can use a custom logger or use the Monolog module to configure logging.

Credits

This module heavily based on the work of the Elasticsearch Connector module.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages