Skip to content

Releases: Spameri/ElasticQuery

v1.0.0

19 May 12:36
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

TBA

v1.0.0

05 Oct 21:15
04295e5
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

TBA

Mapping objects - Beta

26 Oct 10:09
610be83
Compare
Choose a tag to compare

Added mapping objects - beta release

Bucket fixup

20 Jun 11:31
Compare
Choose a tag to compare

Bucket key can have all the types

Version Response

22 Apr 22:08
1fb7738
Compare
Choose a tag to compare

Version Result Object

ResultMapper can now map bulk action responses.

28 Feb 15:07
Compare
Choose a tag to compare

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

14 Feb 01:32
Compare
Choose a tag to compare

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

12 Feb 01:34
Compare
Choose a tag to compare

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

20 Oct 06:55
Compare
Choose a tag to compare
v0.1.2

PHPStan to the rescue

Fix default values

20 Oct 00:10
Compare
Choose a tag to compare
v0.1.1

Fixing default values