read bytes reference in shard count request
This commit is contained in:
parent
0941d157be
commit
638a8a19e4
|
@ -87,7 +87,7 @@ class ShardCountRequest extends BroadcastShardOperationRequest {
|
|||
super.readFrom(in);
|
||||
minScore = in.readFloat();
|
||||
|
||||
BytesHolder bytes = in.readBytesHolder();
|
||||
BytesHolder bytes = in.readBytesReference();
|
||||
querySource = bytes.bytes();
|
||||
querySourceOffset = bytes.offset();
|
||||
querySourceLength = bytes.length();
|
||||
|
|
Loading…
Reference in New Issue