Nikita-tech-writer commented on a change in pull request #8691:
URL: https://github.com/apache/ignite/pull/8691#discussion_r564061659
##########
File path: docs/_docs/tools/control-script.adoc
##########
@@ -646,4 +646,50 @@ control.bat --change-tag _<new-tag>_
----
--
+== Indexes Management
+
+The commands below allow to get a specific information on indexes and to
trigger the indexes rebuild process.
+
+To get the list of all indexes that match specified filters, use the command:
+
+[source, shell]
+----
+--cache indexes_list [--node-id nodeId] [--group-name grpRegExp] [--cache-name
cacheRegExp] [--index-name idxNameRegExp]
Review comment:
Fixed.
----------------------------------------------------------------
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:
[email protected]