2017 © Pedro Peláez
 

library elasticquent

Maps Laravel Eloquent models to Elasticsearch types.

image

mehdi89/elasticquent

Maps Laravel Eloquent models to Elasticsearch types.

  • Sunday, June 10, 2018
  • by mehdi89
  • Repository
  • 1 Watchers
  • 0 Stars
  • 79 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 218 Forks
  • 0 Open issues
  • 9 Versions
  • 80 % Grown

The README.md

Elasticquent

This fork fixed two issue of main repository . check main repo for more details., (*1)

  1. issue with elasticSearch 6+ version. Content-Type : []
  2. Allow to pass raw json query. example:
$jsonQuery = '{
  "query": {
    "bool": {
      "must": [
        { "match": { "transcription":"'.$keyword.'" }},
        { "match": { "userID": '.$userid.' }}
      ]
    }
  }
}';
$audios = Audio::searchByQuery($jsonQuery);

The Versions

10/06 2018

dev-master

9999999-dev https://github.com/elasticquent/Elasticquent

Maps Laravel Eloquent models to Elasticsearch types.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent elasticsearch

10/06 2018

v1.0.7

1.0.7.0 https://github.com/elasticquent/Elasticquent

Maps Laravel Eloquent models to Elasticsearch types.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent elasticsearch

28/01 2016

v1.0.6

1.0.6.0 https://github.com/elasticquent/Elasticquent

Maps Laravel Eloquent models to Elasticsearch types.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent elasticsearch

27/01 2016

v1.0.5

1.0.5.0 https://github.com/elasticquent/Elasticquent

Maps Laravel Eloquent models to Elasticsearch types.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent elasticsearch

11/01 2016

v1.0.4

1.0.4.0 https://github.com/elasticquent/Elasticquent

Maps Laravel Eloquent models to Elasticsearch types.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent elasticsearch

21/08 2015

v1.0.3

1.0.3.0 https://github.com/elasticquent/Elasticquent

Map Laravel Eloquent models to Elasticsearch types.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent elasticsearch

13/07 2015

v1.0.2

1.0.2.0 https://github.com/elasticquent/Elasticquent

Map Laravel Eloquent models to Elasticsearch types.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent elasticsearch

18/06 2015

v1.0.1

1.0.1.0 https://github.com/elasticquent/Elasticquent

Map Larvel Eloquent models to Elasticsearch types.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent elasticsearch

22/10 2014

v1.0.0

1.0.0.0 https://github.com/adamfairholm/Elasticquent

Map Larvel Eloquent models to Elasticsearch types.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel eloquent elasticsearch