oleg-vlsk commented on code in PR #11091:
URL: https://github.com/apache/ignite/pull/11091#discussion_r1429308312


##########
modules/core/src/main/java/org/apache/ignite/cache/query/IndexQuery.java:
##########
@@ -30,12 +30,16 @@
 
 /**
  * Index queries work over distributed indexes and retrieve cache entries that 
match the specified criteria.
- * {@code QueryCursor} delivers sorted cache entries by the order defined for 
queried index.
+ * <p>{@code QueryCursor} delivers sorted cache entries by the order defined 
for queried index.
  *
- * {@code IndexQuery} has to be initialized with cache value class or type. 
The algorithm of discovering index is as follows:
- * 1. If {@link #idxName} is set, then use it.
- * 2. If {@link #idxName} is not set, then find an index that matches criteria 
fields.
- * 3. If neither {@link #idxName}, nor {@link #setCriteria(List)} is used, 
then perform index scan over PK index for specified Value type.
+ * <p>{@code IndexQuery} has to be initialized with cache value class or type. 
The algorithm of discovering index is

Review Comment:
   @timoninmaxim The changes have been made, each <p> tag occupies a whole line 
now.



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