You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/client-benchmark-noop-api-plugin/src/main/java/org/elasticsearch/plugin/noop/action/bulk/NoopBulkRequestBuilder.java
+4-3
Original file line number
Diff line number
Diff line change
@@ -129,15 +129,17 @@ public NoopBulkRequestBuilder setWaitForActiveShards(final int waitForActiveShar
129
129
}
130
130
131
131
/**
132
-
* A timeout to wait if the index operation can't be performed immediately. Defaults to <tt>1m</tt>.
132
+
* A timeout to wait if the index operation can't be performed immediately.
Copy file name to clipboardExpand all lines: client/client-benchmark-noop-api-plugin/src/main/java/org/elasticsearch/plugin/noop/action/search/NoopSearchRequestBuilder.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ public NoopSearchRequestBuilder setRouting(String... routing) {
142
142
143
143
/**
144
144
* Sets the preference to execute the search. Defaults to randomize across shards. Can be set to
145
-
* <tt>_local</tt> to prefer local shards, <tt>_primary</tt> to execute only on primary shards, or
145
+
* {@code _local} to prefer local shards, {@code _primary} to execute only on primary shards, or
146
146
* a custom value, which guarantees that the same order will be used across different requests.
0 commit comments