Releases: basemkhirat/elasticsearch
Releases · basemkhirat/elasticsearch
0.9.4
- 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
optimize count() method
0.9.2
fix query() method if no filter
add bulk queries with different index or type names
fix insert with no id
0.9.1
- add reindexing command with no downtime.
- add response() method to get the native elasticsearch response.
0.9
fix index aliases update throw console
0.8.9
- 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
update commands with a clear names
0.8.7
fix dynamic command connection option
0.8.6
- 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
fix some compatibility issues