Scout Elasticsearch Driver
Advanced Functionality for Elasticsearch
Description
This package offers advanced functionality for searching and filtering data in Elasticsearch."
It offers:
An easy way to configure and create an Elasticsearch index.
A fully configurable mapping for each model
A possibility to add a new field to an existing mapping automatically or using the artisan command
Lots of different ways to implement your search algorithm: using search rules or a raw search
Various filter types to make a search query more specific
Zero downtime migration from an old index to a new index
Bulk indexing
Visit Site