Releases: roaatech/php-es-mapper
Releases · roaatech/php-es-mapper
v1.1.1 enhancing first performance
On null result set, ->first() will return null and trigger a warning …
v1.1.0 allows multiget function
Now, find can work for a single document id or multiple ones passed as an array.
V1.0.4 Meta data
The model contains a meta array property which will save all the data not in the _source element.
v1.0.3 Allow public methods mocking
Adding _allowPublicAccess method which allows to define a list of methods to be exposed publicly and statically.
Any defined method to be exposed should be prefixed with _
Slightly standardized version
Merge pull request #3 from mhh1422/master Removing nbproject file
Query Class Default Options
Slightly modified version to support default config for the query class.
Now, in query class, you can override the defaults method to provide the default values.
Initial version 1.0.0
Merge pull request #1 from mhh1422/master Initial repo