mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 14:05:27 +00:00
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…
x
Reference in New Issue
Block a user