ElasticsearchBundle

Symfony bundle for Elasticsearch with steroids

MIT License

Downloads
1.1M
Stars
313
Committers
82

Bot releases are visible (Hide)

ElasticsearchBundle - v1.2.6

Published by saimaz almost 8 years ago

Changes in this release

  • Removed search type in the export service
ElasticsearchBundle - v5.0.0-rc1

Published by saimaz almost 8 years ago

Changes in this release

This is the first release candidate of 5.0 version. We skipped 2, 3, 4 version names because of elasticsearch versioning. We believe it's gonna be much easier to match versions support by this way. The main goal of this release is to support elasticsearch 5.0. Full changelog, upgrade instructions and more information will be available within next RC version(s). All the feedback is greatly appreciated.

ElasticsearchBundle - v1.2.5

Published by saimaz almost 8 years ago

Changes in this release

  • Set index for bulk operations globally #705
  • Introduced options in document annotation #707
ElasticsearchBundle - v1.2.4

Published by saimaz about 8 years ago

Changes in this release

  • Upgraded minimum Elasticsearch DSL version
ElasticsearchBundle - v1.2.3

Published by saimaz about 8 years ago

Changes in this release

  • Bug fix with manager name resolve in the configuration #692
ElasticsearchBundle - v1.1.3

Published by saimaz about 8 years ago

Changes in this release

  • Bug fix with manager name resolve in the configuration #692
ElasticsearchBundle - v1.0.4

Published by saimaz about 8 years ago

Changes in this release

  • Bug fix with manager name resolve in the configuration #692
ElasticsearchBundle - v1.2.2

Published by saimaz about 8 years ago

Changed in this release

  • Fixed scroll configuration pass to find functions #687
  • Eliminated deprecated execute function in tests #688
  • Fixed profiler timing #689
ElasticsearchBundle - v1.2.1

Published by saimaz about 8 years ago

Changes in this release

  • Fixing wrong event name #683
ElasticsearchBundle - v1.1.2

Published by saimaz about 8 years ago

Changes in this release

This is a quick fix release including fixes from 1.0.3 version

ElasticsearchBundle - v1.2.0

Published by saimaz about 8 years ago

Changes in this release

  • Added strict type return search functions #678
  • Added event dispatching at bulk, commit and manager creation actions #677 #659
  • Added exception throwing when there is a bad response from elasticsearch #668
    connections node in configuration was deprecated, now connection has to be defined in manager under index node.
  • Added index --dump option to index create command to dump mapping JSON to the console. #666
  • Added routing annotation and parameters in find type functions.
  • Added default value in AggregationValue:getValue() function. #651
ElasticsearchBundle - v1.1.1

Published by saimaz over 8 years ago

Changes in this release

  • Added sub-folder for elasticsearch mappings cache due conflict with other ONGR bundles.
  • Changed the default value for ongr cache to %kernel.debug% #637
  • By default es manager always refresh and flush only the current index #638

This is a patch release fixing minor bugs from previous release.

ElasticsearchBundle - v1.0.3

Published by saimaz over 8 years ago

Changes in this release

  • Changed the default value for ongr cache to %kernel.debug% #637
  • By default es manager always refresh and flush only the current index #638
  • Added sub-folder for elasticsearch mappings cache due conflict with other ONGR bundles.
ElasticsearchBundle - v1.1.0

Published by saimaz over 8 years ago

Changes in this release

  • Introduced documents generator. Check the new ongr:es:document:generate command.
  • Index export now can split files into the parts.
ElasticsearchBundle - v1.0.2

Published by saimaz over 8 years ago

v1.0.2

  • Heavily improved import/export performance
  • Fixed query execution timer
ElasticsearchBundle - v0.10.8

Published by saimaz over 8 years ago

Changes in this release

  • Refresh only current working index
ElasticsearchBundle - v1.0.1

Published by saimaz over 8 years ago

v1.0.1

  • Changed properties to private in all tests.
  • Fixed bug when there is no Document folder #605
  • Fixed bulk queries reset bug #606
  • Fixed integer and float values storing as an arrays #571
ElasticsearchBundle - v1.0.0

Published by saimaz over 8 years ago

First major version of Elasticsearch Bundle

Hi! It's been a long time, right?

Elasticsearch bundle is stable for quite some time now (a year or so), and it works like a charm for most of the common use cases. However, we found tricky edge cases, performance issues and other stuff we could not fix easily, and our interpretation of the specification has changed over time. That is why I am proud to announce the final result with 1.0 version.

This new version is a kind of full rewrite, and therefore, it is not backward compatible with 0.x versions. However, migrating should not be too complicated as the API has been drastically simplified and most of the patterns are the same, how to upgrade please find it here: http://docs.ongr.io/ElasticsearchBundle/upgrade

Last but not the least, THANK YOU ALL for huge contribution on this new major version!

Let's celebrate now! :) :) :)

celebrate

ElasticsearchBundle - v0.10.7

Published by saimaz over 8 years ago

Changes

  • Profiler timing fix #566
ElasticsearchBundle - v1.0.0-alpha.7

Published by saimaz over 8 years ago

Changes in this release

WARNING

To be able to install this release, set your project dependencies minimum stability to dev, then run composer update with --prefer-dist option.