Vladimir Malinovskiy created IGNITE-13285: ---------------------------------------------
Summary: Document control.sh indexes manipulation commands Key: IGNITE-13285 URL: https://issues.apache.org/jira/browse/IGNITE-13285 Project: Ignite Issue Type: Task Components: control.sh, documentation Reporter: Vladimir Malinovskiy Fix For: 2.10 Under IGNITE-13268 3 new cache commands were added: "--indexes_list", "--indexes_rebuild_status" and "--indexes_force_rebuild". New commands should be documented. Here is part of cache help that corresponds to the commands: {code:java} --cache indexes_list [--node-id nodeId] [--group-name grpRegExp] [--cache-name cacheRegExp] [--index-name idxNameRegExp] List all indexes that match specified filters. Parameters: --node-id nodeId - Specify node for job execution. If not specified explicitly, node will be chosen by grid --group-name regExp - Regular expression allowing filtering by cache group name --cache-name regExp - Regular expression allowing filtering by cache name --index-name regExp - Regular expression allowing filtering by index name --cache indexes_rebuild_status [--node-id nodeId] List all indexes that have index rebuild in progress. Parameters: --node-id nodeId - Specify node for job execution. If not specified explicitly, info will be gathered from all nodes --cache indexes_force_rebuild --node-id nodeId --cache-name cacheName1,...cacheNameN|--group-name groupName1,...groupNameN Triggers rebuild of all indexes for specified caches or cache groups. Parameters: --node-id - Specify node for indexes rebuild. --cache-names - Comma-separated list of cache names for which indexes should be rebuilt. --group-names - Comma-separated list of cache group names for which indexes should be rebuilt. {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)