Skip to content

Releases: roaatech/php-es-mapper

V1.6.0 - Introducing Query Builder

01 Dec 07:30
Compare
Choose a tag to compare
Merge pull request #22 from mhh1422/master

Enhancing the query builder

The Elastic Query Builder is there

24 Nov 07:41
Compare
Choose a tag to compare
Pre-release

Elastic query builder is an easy way to build complex elastic queries. It provides:

  1. Bool joins.
  2. Sub queries.
  3. Fluid interface.
  4. Auto detection of query type.
  5. Auto detection of filter/query
  6. Auto detection of the query tool.
  7. Advanced options if needed.
  8. No config required.

v1.5.0 create returns object

21 Nov 03:09
Compare
Choose a tag to compare

Now, whenever a document is created, the returned value will be the model of that created document.

Removing ideh files

15 Nov 07:01
Compare
Choose a tag to compare
Merge pull request #19 from mhh1422/master

Remove ideh

Allowing CRUD operations

07 Nov 05:00
Compare
Choose a tag to compare
Merge pull request #18 from mhh1422/master

Allowing CRUD operations

Dependencies

05 Nov 10:59
Compare
Choose a tag to compare
Merge pull request #18 from mhh1422/master

Allowing CRUD operations

Fixes

02 Nov 07:17
Compare
Choose a tag to compare
Merge pull request #16 from mhh1422/master

Fix Iterator usage

ArrayObject model class

02 Nov 05:56
Compare
Choose a tag to compare
Merge pull request #15 from mhh1422/master

Adding a simple ArrayObject model type.

v1.2.0 deep fetching using dot notation

06 Aug 09:59
Compare
Choose a tag to compare

From Result objects, a deep fetching is possible using the dot notation.

v1.1.2 with index meta support

09 Jul 14:39
Compare
Choose a tag to compare

Now it is possible to retrieve index meta data using the meta function.