Basemkhirat Elasticsearch Versions Save

The missing elasticsearch ORM for Laravel, Lumen and Native php applications

0.9.4

7 years ago
  • Fix commands for lumen framework (working without facades).
  • Fix indices list command for newer elasticsearch/elasticsearch package.
  • Customization for reindex command: -- Add progressbar. -- Add --scroll option to control query scroll value. -- Add --hide-errors option to hide reindexing errors.
  • Rename --size option to --bulk-size for reindexing command.

0.9.3

7 years ago

optimize count() method

0.9.2

7 years ago

fix query() method if no filter add bulk queries with different index or type names fix insert with no id

0.9.1

7 years ago
  • add reindexing command with no downtime.
  • add response() method to get the native elasticsearch response.

0.9

7 years ago

fix index aliases update throw console

0.8.9

7 years ago
  • add index aliases using command line
  • return data throw a model to avoid non exist property.
  • fix list indices command if no indices found.

0.8.8

7 years ago

update commands with a clear names

0.8.7

7 years ago

fix dynamic command connection option

0.8.6

7 years ago
  • Add console environment support.
  • Add query distance() method.
  • Add existence check existence of an index.
  • Add a new bulk code style.
  • Fix raw query example syntax in readme file.
  • Remove hhvm from Travis CI.

0.8.5

7 years ago

fix some compatibility issues