scout-elasticsearch-driver
scout-elasticsearch-driver copied to clipboard
This package offers advanced functionality for searching and filtering data in Elasticsearch.
This PR adds support for Laravel Scout 9 This will solve this issue: #418
Hello. Thanks you for a wondering library which save my time. ElasticSearch support not only "must" (like AND) construction, it support "should" (like OR) construction too. Look at my implementation...
When you have written a series of scope methods for your model and you want to use it in elastic, do it easily by adding a trait class.
When providing a set of results, you may want to return the score that ElasticSearch is providing for a result to allow the consumer to determine its validity. This change...
handles model property (boolean) $databaseHydrate to add option to disable database data hydration
It is compatible with ES 6.x, and quite important. PS: if you look in 7.x docs, the syntax is actually slightly changed, and will refuse it in 8.x (as a...
There are [some parameters](https://github.com/elastic/elasticsearch-php/blob/6c9c0a765f8b31c1d9f1a5af4de2f53fd7298e38/src/Elasticsearch/Client.php#L766-L785) that we can specify in `Elasticsearch\Client` but not in this library. e.g. one of the strategies to improve performance is to limit the shards by specifying...
based on closed pull request https://github.com/babenkoivan/scout-elasticsearch-driver/pull/47 with minimal changes
Fix an issue Problem with method count #369