Skip to content

Commit

Permalink
Merge pull request #3428 from vespa-engine/kkraune/slice
Browse files Browse the repository at this point in the history
add sliceId example
  • Loading branch information
kkraune authored Oct 21, 2024
2 parents 6456dbf + 4c1211e commit ed10b6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions en/reference/document-v1-api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,11 @@ <h2 id="request-parameters">Request parameters</h2>
<td>
<p id="sliceid">
The slice number of the visit represented by this HTTP request. This number must be non-negative
and less than the number of <a href="#slices">slices</a> specified for the visit.
and less than the number of <a href="#slices">slices</a> specified for the visit -
e.g., if the number of slices is 10, <code>sliceId</code> is in the range [0-9].
{% include note.html content="If the number of distribution bits change during a sliced visit,
the results are undefined.
Thankfully, this is a very rare occurrence, and is only triggered when adding content nodes." %}
Thankfully, this is a very rare occurrence and is only triggered when adding content nodes." %}
</p>
</td>
</tr><tr>
Expand Down

0 comments on commit ed10b6f

Please sign in to comment.