rasodu / DLEMP

0 stars 0 forks source link

Add elasticsearch support #56

Closed rasodu closed 8 years ago

rasodu commented 8 years ago

Laravel 5.3 full text search support for Eloquent models(Using Laravel Scout). If we add support for elastic earch, then will be able to utilize this feature.

This link has good information on configuration options available in elasticsearch: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-elasticsearch-on-ubuntu-16-04

rasodu commented 8 years ago

https://github.com/docker-library/elasticsearch/issues/98#issuecomment-225198593

Elastic search 5.0.0 docker image doesn't run because of this issue.