Releases: roaatech/php-es-mapper
Releases · roaatech/php-es-mapper
V1.6.0 - Introducing Query Builder
Merge pull request #22 from mhh1422/master Enhancing the query builder
The Elastic Query Builder is there
Elastic query builder is an easy way to build complex elastic queries. It provides:
- Bool joins.
- Sub queries.
- Fluid interface.
- Auto detection of query type.
- Auto detection of filter/query
- Auto detection of the query tool.
- Advanced options if needed.
- No config required.
v1.5.0 create returns object
Now, whenever a document is created, the returned value will be the model of that created document.
Removing ideh files
Merge pull request #19 from mhh1422/master Remove ideh
Allowing CRUD operations
Merge pull request #18 from mhh1422/master Allowing CRUD operations
Dependencies
Merge pull request #18 from mhh1422/master Allowing CRUD operations
Fixes
ArrayObject model class
Merge pull request #15 from mhh1422/master Adding a simple ArrayObject model type.
v1.2.0 deep fetching using dot notation
From Result objects, a deep fetching is possible using the dot notation.
v1.1.2 with index meta support
Now it is possible to retrieve index meta data using the meta function.