IGNITE-21051 Bulletpoints added for index discovering algorithms in Javadoc in IndexQuery class#11091
Conversation
| @@ -33,9 +33,11 @@ | |||
| * {@code QueryCursor} delivers sorted cache entries by the order defined for queried index. | |||
| * | |||
There was a problem hiding this comment.
Hi! Thanks for the patch. It looks good. One more thing here. Let's add the <p> tag here for correct rendering this paragraphs also. Thanks!
There was a problem hiding this comment.
There was a problem hiding this comment.
@oleg-vlsk Hi! I mean to separate paragraphs the same way how it does in javadoc. You can check how it actually renders with the button "Toggle Rendered View" in Intellij IDEA.
| * 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 |
There was a problem hiding this comment.
Here and above, please check how this tag is used in other classes. For example, you can check classes ContinuousQueryWithTransformer or QueryCursor.
I mean this tag usually occupies whole line, no symbols are present on the same line.
There was a problem hiding this comment.
@timoninmaxim The changes have been made, each <p> tag occupies a whole line now.
Thank you for submitting the pull request to the Apache Ignite.
In order to streamline the review of the contribution
we ask you to ensure the following steps have been taken:
The Contribution Checklist
The description explains WHAT and WHY was made instead of HOW.
The following pattern must be used:
IGNITE-XXXX Change summarywhereXXXX- number of JIRA issue.(see the Maintainers list)
the
green visaattached to the JIRA ticket (see TC.Bot: Check PR)Notes
If you need any help, please email dev@ignite.apache.org or ask anу advice on http://asf.slack.com #ignite channel.