Download the PHP package chrysanthos/scout-elastic-app-search-driver without Composer
On this page you can find all versions of the php package chrysanthos/scout-elastic-app-search-driver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chrysanthos/scout-elastic-app-search-driver
More information about chrysanthos/scout-elastic-app-search-driver
Files in chrysanthos/scout-elastic-app-search-driver
Package scout-elastic-app-search-driver
Short Description Laravel Scout Adapter for Elastic Enterprise App Search
License MIT
Homepage https://github.com/chrysanthos/scout-elastic-app-search-driver
Informations about the package scout-elastic-app-search-driver
Elastic App Search Driver for Laravel Scout
This package is a work in progress. Avoid using this on production environments.
Integrate Elastic App Search with Laravel Scout.
This is an early but functional version. Tests to be added.
Installation
You can install the package via composer:
Usage
In order to use the package, you must set Laravel Scout to use the driver
Then set up the connection details for Elastic App Search
You must also adjust your config/scout.php
file so that the chunk sizes are up to 100 records. (This is needed because App Search only allows importing up to 100 records at a time.)
Once you have added the Searchable Trait to your model. You will be able to search with:
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Keoghan Litchfield (Initial work)
Licence
This package is Treeware. If you use it in production, then we ask that you buy the world a tree to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.
All versions of scout-elastic-app-search-driver with dependencies
elastic/enterprise-search Version ^7.1
laravel/scout Version ^9.0