mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-11 16:32:01 -06:00
fixed updated signature for subop
This commit is contained in:
parent
03bc0adf16
commit
798291eda1
@ -54,7 +54,7 @@ public class OpenSearchRequests {
|
|||||||
func = op.enhanceFuncOptionally(func, "requireAlias", boolean.class, BulkRequest.Builder::requireAlias);
|
func = op.enhanceFuncOptionally(func, "requireAlias", boolean.class, BulkRequest.Builder::requireAlias);
|
||||||
func = op.enhanceFuncOptionally(func, "sourceExcludes", List.class, BulkRequest.Builder::sourceExcludes);
|
func = op.enhanceFuncOptionally(func, "sourceExcludes", List.class, BulkRequest.Builder::sourceExcludes);
|
||||||
|
|
||||||
ParsedOp subop = op.getAsSubOp("op_template");
|
ParsedOp subop = op.getAsSubOp("op_template", ParsedOp.SubOpNaming.ParentAndSubKey);
|
||||||
int repeat = subop.getStaticConfigOr("repeat", 1);
|
int repeat = subop.getStaticConfigOr("repeat", 1);
|
||||||
|
|
||||||
TypeAndTarget<BulkOpTypes, String> typeinfo =
|
TypeAndTarget<BulkOpTypes, String> typeinfo =
|
||||||
|
Loading…
Reference in New Issue
Block a user