2017 © Pedro Peláez
 

library laravel-scout-elasticsearch-driver

Elasticsearch Driver for Laravel Scout with multi-index support.

image

sl0wik/laravel-scout-elasticsearch-driver

Elasticsearch Driver for Laravel Scout with multi-index support.

  • Saturday, June 23, 2018
  • by sl0wik
  • Repository
  • 1 Watchers
  • 1 Stars
  • 73 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 138 Forks
  • 0 Open issues
  • 15 Versions
  • 0 % Grown

The README.md

Laravel Scout Elasticsearch Driver

Software License, (*1)

This is the Elasticsearch driver for Laravel Scout with multiple indexes support., (*2)

Package is based on tamayo/laravel-scout-elastic, and created to replace depeceated types, with Index per document type solution., (*3)

Contents

Installation

``` bash composer require sl0wik/laravel-scout-elasticsearch-driver, (*4)


Add the Scout service provider and the package service provider in your app.php config: ```php // config/app.php 'providers' => [ ... Laravel\Scout\ScoutServiceProvider::class, ... ScoutEngines\Elasticsearch\ElasticsearchProvider::class, ],

Setting up Elasticsearch configuration

After you've published the Laravel Scout package configuration update config/scout.php:, (*5)

    'driver' => env('SCOUT_DRIVER', 'elasticsearch'),
...
    'elasticsearch' => [
        'hosts' => [
            env('ELASTICSEARCH_HOST', 'http://localhost'),
        ],
    ],
...

Migration

If you are migrating from ErickTamayo/laravel-scout-elastic, keep in mind that instead of config('scout.elasticsearch.index') this package is using searchableAs() method to get index name. By default it will return model config('scout.prefix').$this->getTable();. Your new data will be stored under different indexes so you will need to reindex everything., (*6)

Usage

Now you can use Laravel Scout as described in the official documentation, (*7)

Credits

License

The MIT License (MIT)., (*8)

The Versions

23/06 2018

dev-master

9999999-dev

Elasticsearch Driver for Laravel Scout with multi-index support.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

23/06 2018

3.0.11

3.0.11.0

Elasticsearch Driver for Laravel Scout with multi-index support.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

22/04 2018

3.0.9

3.0.9.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

24/10 2017

3.0.8

3.0.8.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

13/10 2017

2.0.1

2.0.1.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

28/09 2017

3.0.7

3.0.7.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

21/08 2017

3.0.6

3.0.6.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

08/08 2017

3.0.5

3.0.5.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

02/07 2017

3.0.4

3.0.4.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

24/04 2017

3.0.3

3.0.3.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

01/04 2017

3.0.2

3.0.2.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

02/02 2017

3.0.1

3.0.1.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

01/02 2017

3.0.0

3.0.0.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

01/02 2017

2.0.0

2.0.0.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout

29/09 2016

1.0.1

1.0.1.0

Elastic Driver for Laravel Scout

  Sources   Download

The Requires

 

The Development Requires

laravel elasticsearch elastic scout