Nikita-tech-writer commented on a change in pull request #8691:
URL: https://github.com/apache/ignite/pull/8691#discussion_r564061847
##########
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]
+----
+
+Parameters:
+
+[cols="1,3",opts="header"]
+|===
+| Parameter | Description
+| `--node-id nodeId`| Node ID for the job execution. If the ID is not
specified, a node is chosen by the grid.
+| `--group-name regExp`| Regular expression enabling filtering by cache group
name.
+| `--cache-name regExp`| Regular expression enabling filtering by cache name.
+| `--index-name regExp`| Regular expression enabling filtering by index name.
+|===
+
+To get the list of all caches that have index rebuild in progress, use the
command below:
+
+[source, shell]
+----
+--cache indexes_rebuild_status [--node-id nodeId]
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]