Skip to content

Tags: tmarly/ElasticsearchBundle

Tags

v5.0.5

Add not equal (MUST_NOT) to findBy repository methode: attribute must…

… beginning by "!" (ongr-io#797)

* update mapping cache issue (ongr-io#726)

* version bump to 5.1 for master branch alias

* reset composer.json

v5.0.4

quick fix of mistyped symfony 2.8

v5.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrades (ongr-io#821)

* upgrade elastic to 5.6.3, remove hhvm testing, add sf 3.3 adn 3.4

* Add compatibility with Symfony 3.4 for DataCollectorInterface

v5.0.2

Instance Cache added to DocumentParser::parse() (ongr-io#788)

- I've discovered that this method was being called a lot of times when indexing large volumes of documents with my bulk indexer code.
- Constantly parsing a Reflection class was becoming too costly so I've added an instance cache to store the document information.

v5.0.1

Unverified

No user is associated with the committer email.
changed get getScrollConfiguration to public (Closes ongr-io#768)

v1.2.9

added default result structure for findbyids (ongr-io#771)

v5.0.0

Unverified

No user is associated with the committer email.
Merge remote-tracking branch 'remotes/upstream/1.2' into 5.0

# Conflicts:
#	Tests/Functional/Result/DocumentIteratorTest.php
#	Tests/Functional/Service/ManagerTest.php

v1.2.8

load Embedded metaFields (ongr-io#755)

v1.2.7

fixing issues with sf 2.7 and slow index creation (ongr-io#754)

v5.0.0-rc3

introduce hashmap annotation (ongr-io#747)