PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Eustaquio Rangel de Oliveira Jr.   PHP Torm ORM for ElasticSearch   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Torm ORM for ElasticSearch
Adapter for Torm ORM to access Elastic
Author: By
Last change: Changed the parameter value of 'type', of 'query type'.
If not updating, avoid delete also. Method to disable global indexing.
Deleting an index.
Catching exceptions when there aren't rows on count and no results on search.
Removing a document when the object (and the record) is destroyed.

And we just won a `refreshElastic` method to remove all those sleeps
from the tests!
Change the index name when running tests. We don't want document pollution.
Fixed another bug for sending search size!
Fixed bug when sending size on search options.
Setting the search size.
Specifying the search result size.
Date: 8 years ago
Size: 708 bytes
 

Contents

Class file image Download
{ "name": "taq/torm-elastic", "type": "library", "description": "ElasticSearch integration for TORM", "keywords": ["database","orm","activerecord", "elasticsearch"], "homepage": "http://github.com/taq/torm-elastic", "license": "GPL", "version": "0.1.2", "authors": [ { "name": "Eustaquio Rangel", "email": "eustaquiorangel@gmail.com", "homepage": "http://eustaquiorangel.com", "role": "Developer" } ], "require": { "php": ">=5.3.0", "taq/torm": ">=1.2.2", "elasticsearch/elasticsearch": "~1.0" }, "autoload": { "psr-4": { "TORM\\": "src" } } }