Download the PHP package directorytree/opensearch-scout-driver without Composer
On this page you can find all versions of the php package directorytree/opensearch-scout-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download directorytree/opensearch-scout-driver
More information about directorytree/opensearch-scout-driver
Files in directorytree/opensearch-scout-driver
Package opensearch-scout-driver
Short Description OpenSearch driver for Laravel Scout
License MIT
Informations about the package opensearch-scout-driver
OpenSearch Scout Driver
An OpenSearch driver for Laravel Scout.
Installation
Install the package with Composer:
Publish the Scout configuration file if your application has not already done so:
Set Scout to use OpenSearch:
Publish the OpenSearch client configuration:
Publish the OpenSearch Scout configuration:
Configuration
Configure the OpenSearch client connection in config/opensearch-client.php:
The Scout driver configuration is published to config/opensearch-scout.php:
Usage
Use Scout as usual:
The driver converts Scout builders into OpenSearch search requests and uses the configured OpenSearch client connection to index, delete, flush, and search models.
Credits
This package builds on a lot of the foundation and prior work from Ivan Babenko and his Elasticsearch Laravel ecosystem packages.
We're grateful for the work he has shared with the Laravel community. If this package helps your work, consider supporting Ivan through GitHub Sponsors.
All versions of opensearch-scout-driver with dependencies
directorytree/opensearch-adapter Version ^1.0
directorytree/opensearch-client Version ^1.0
laravel/scout Version ^10.0|^11.0|^12.0|^13.0