Skip to content

Releases: novaway/elasticsearch-client

Manage errors on client instantiation

06 Nov 08:40
5e6e641
Compare
Choose a tag to compare

Manage exceptions when errors occur during client instantiation and log them.

Fixing semantic versioning

29 Oct 14:32
843e478
Compare
Choose a tag to compare

Semantic versioning was used wrong, this version is the first step towrds fixing that.

Also includes a patch creating the tmp index mapping from existing main during hotswap

Hotswap

26 Oct 14:59
49497eb
Compare
Choose a tag to compare

Added a feature allowing hotswap of an index to its temporary counterpart, to allow clean reindex

set sort

22 Oct 14:03
3565ea6
Compare
Choose a tag to compare

Added a setSort function

Better _source field management

16 Oct 12:56
2156bb0
Compare
Choose a tag to compare
Merge pull request #50 from CheapHasz/better-source-management

Better source management

Fix boolean TermFilter

16 Oct 07:50
67268f0
Compare
Choose a tag to compare

Since ElasticSearch 6, boolean TermFilter must be false / "false" / true / "true". see https://www.elastic.co/guide/en/elasticsearch/reference/6.4/boolean.html

Casting a boolean to string didn't achieve that, and was failing

Script functions

11 Oct 15:37
97d33aa
Compare
Choose a tag to compare

ES6 compatibility

11 Oct 15:26
785844d
Compare
Choose a tag to compare
Merge pull request #47 from CheapHasz/es6-compat

Es6 compat