timoninmaxim commented on a change in pull request #9545: URL: https://github.com/apache/ignite/pull/9545#discussion_r741683276
########## File path: docs/_docs/key-value-api/using-cache-queries.adoc ########## @@ -118,7 +119,64 @@ include::code-snippets/cpp/src/scan_query.cpp[tag=set-local,indent=0] ---- -- +== Executing Index Queries + +[WARNING] +==== +[discrete] +Experimental API. Introduced since Apache Ignite 2.12. Only Java API is supported. Questions or bug reports are welcome, +please share it with [email protected]. +==== + +Index queries perform over distributed indexes and retrieve cache entries that match the specified query. `QueryCursor` Review comment: Changed to `work` -- 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]
