Nikita-tech-writer commented on a change in pull request #9545:
URL: https://github.com/apache/ignite/pull/9545#discussion_r740577749



##########
File path: docs/_docs/thin-clients/java-thin-client.adoc
##########
@@ -132,7 +132,7 @@ include::{sourceCodeFile}[tag=key-value-operations,indent=0]
 -------------------------------------------------------------------------------
 
 === Executing Scan Queries
-Use the `ScanQuery<K, V>` class to get a set of entries that satisfy a given 
condition. The thin client sends the query to the cluster node where it is 
executed as a normal link:key-value-api/using-scan-queries[scan query].
+Use the `ScanQuery<K, V>` class to get a set of entries that satisfy a given 
condition. The thin client sends the query to the cluster node where it is 
executed as a normal link:key-value-api/using-cache-queries[scan query].

Review comment:
       How about:"...where it is executed as a **regular** 
link:key-value-api/using-cache-queries[scan query]."




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to