Skip to content

Tags: phantomread/elasticsearch

Tags

v5.0.0-alpha3

Toggle v5.0.0-alpha3's commit message
Validate parameters of native sig score scripts so that we know which…

… ones are not set.

v2.3.3

Toggle v2.3.3's commit message
[docs] Add missing article

[docs] Add missing article to zen.asciidoc

v5.0.0-alpha2

Toggle v5.0.0-alpha2's commit message
Fix index name equality check in RoutingNodes

This commit fixes an index name equality check in RoutingNodes. Namely,
the check was comparing an instance of Index to an instance of
String. Instead, the index name should be obtained from the Index
instance to be compared to the instance of String.

Closes elastic#17982

v2.3.2

Toggle v2.3.2's commit message
[TEST] fix version for bwc 2.2 test

v5.0.0-alpha1

Toggle v5.0.0-alpha1's commit message
Changed JAVA_OPTS to ES_JAVA_OPTS in plugin docs

v2.3.1

Toggle v2.3.1's commit message
Document task id's as string in the rest spec

v2.3.0

Toggle v2.3.0's commit message
In cat.snapshots, repository is required

Closes elastic#17216

v2.2.2

Toggle v2.2.2's commit message
In cat.snapshots, repository is required

Closes elastic#17216

v2.2.1

Toggle v2.2.1's commit message
Add missing index name to indexing slow log

This was lost in a previous refactoring moving away from AbstractIndexShardComponent
which automatically adds the hostname and the shard ID to the logger prefix. This commit
brings back this property.

Relates to elastic#17025
Backport of elastic#17026

v1.7.5

Toggle v1.7.5's commit message
release [1.7.5]