I need to change index mode for a particular single index using command line.
I have followed this link it allows me to re-index data but when I try to change mode of index, either I get list of available options or get all of the indexes mode changed.
If I run below command,
php -f shell/indexer.php --mode-realtime catalog_url
it changes mode for all indexes instead of changing mode only for catalog_url
If I run below command,
php -f shell/indexer.php catalog_url --mode-realtime
I get list of options and mode for index is not changed. Can anyone suggest what to do to change mode for a single index using command line.