atris commented on a change in pull request #2403:
URL: https://github.com/apache/lucene-solr/pull/2403#discussion_r589952550



##########
File path: solr/solr-ref-guide/src/common-query-parameters.adoc
##########
@@ -84,6 +84,18 @@ You can use the `rows` parameter to paginate results from a 
query. The parameter
 
 The default value is `10`. That is, by default, Solr returns 10 documents at a 
time in response to a query.
 
+== canCancel Parameter
+
+This parameter defines if this query is cancellable i.e. can be cancelled 
during execution using the
+task management interface.
+
+== queryUUID Parameter
+
+For cancellable queries, this allows specifying a custom UUID to identify the 
query with. If `canCancel` is specified and `queryUUID` is not set, an auto 
generated UUID will be assigned to the query.
+
+If `queryUUID` is specified, this UUID will be used for identifying the query. 
Note that if using `queryUUID`, the responsibility of ensuring uniqueness of 
the UUID lies with the caller.

Review comment:
       Updated the docs




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to