Skip to content

Releases: Spameri/ElasticQuery

v1.0.0

v1.0.0 Pre-release
Pre-release

Choose a tag to compare

@Spamercz Spamercz released this 01 Jun 13:55

TBA

v1.0.0

v1.0.0 Pre-release
Pre-release

Choose a tag to compare

@Spamercz Spamercz released this 19 May 12:36

TBA

v1.0.0

v1.0.0 Pre-release
Pre-release

Choose a tag to compare

@Spamercz Spamercz released this 05 Oct 21:15
04295e5

TBA

Mapping objects - Beta

Choose a tag to compare

@Spamercz Spamercz released this 26 Oct 10:09
610be83

Added mapping objects - beta release

Bucket fixup

Choose a tag to compare

@Spamercz Spamercz released this 20 Jun 11:31

Bucket key can have all the types

Version Response

Choose a tag to compare

@Spamercz Spamercz released this 22 Apr 22:08
1fb7738

Version Result Object

ResultMapper can now map bulk action responses.

Choose a tag to compare

@Spamercz Spamercz released this 28 Feb 15:07

Hit can have version when option version is specified in ElasticQuery.

ResultMapper can now map bulk action responses.

  • New result class ResultBulk
  • BulkAction class to contain single bulk action response item

Multiple Result objects

Choose a tag to compare

@Spamercz Spamercz released this 14 Feb 01:32

New Single Result object
For specific result with document id there is different response so is different object

  • Result renamed to ResultSearch
  • ResultInterface is for all the response types

Result + Options Object

Choose a tag to compare

@Spamercz Spamercz released this 12 Feb 01:34

Response object

  • Envelopes response from ES to objects
  • Stats object for response time and total count
  • Shards object with some numbers
  • Hit object for info about result hit and semi object access to data
  • Aggregation object for info about result aggregation and buckets in objects
  • ResultMapper helps map ES array response to objects

Added Options object

  • created empty if not supplied
  • ability to set from and size for query
  • ability to specify min score for result
  • includes sorting

Other changes:

  • Term aggregation can have key
  • Added collection functions to AggregationCollection

Diff v0.1.2...v0.2.0

Fix not initialized fuzziness

Choose a tag to compare

@Spamercz Spamercz released this 20 Oct 06:55
v0.1.2

PHPStan to the rescue