Merge branch 'master' of https://github.com/jfiedler/elasticsearch
This commit is contained in:
commit
c5387be07c
|
@ -138,7 +138,7 @@ public class NodeIndicesStats implements Streamable, Serializable, ToXContent {
|
|||
}
|
||||
|
||||
public RefreshStats refresh() {
|
||||
return this.refresh();
|
||||
return this.refreshStats;
|
||||
}
|
||||
|
||||
public RefreshStats getRefresh() {
|
||||
|
|
Loading…
Reference in New Issue