Skip to content

Releases: basemkhirat/elasticsearch

0.9.4

03 Mar 10:09
Compare
Choose a tag to compare
  • 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

27 Feb 18:37
Compare
Choose a tag to compare

optimize count() method

0.9.2

27 Feb 16:48
Compare
Choose a tag to compare

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

0.9.1

26 Feb 00:17
Compare
Choose a tag to compare
  • add reindexing command with no downtime.
  • add response() method to get the native elasticsearch response.

0.9

26 Feb 00:17
Compare
Choose a tag to compare
0.9

fix index aliases update throw console

0.8.9

26 Feb 00:16
Compare
Choose a tag to compare
  • 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

24 Feb 18:52
Compare
Choose a tag to compare

update commands with a clear names

0.8.7

24 Feb 18:52
Compare
Choose a tag to compare

fix dynamic command connection option

0.8.6

24 Feb 15:22
Compare
Choose a tag to compare
  • 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

19 Feb 21:17
Compare
Choose a tag to compare

fix some compatibility issues