Skip to content

Commit

Permalink
Fixes serialization issue with multi nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Tourrière committed May 27, 2019
1 parent 7767f06 commit 2a97499
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ private GeoShapeBuilder simplify_keys(List<Object> simplify) {
}
return this;
}

@Override
protected boolean serializeTargetValueType() {
return true;
}

/**
* Sets the size - indicating how many term buckets should be returned
Expand Down

0 comments on commit 2a97499

Please sign in to comment.