drush search-api:reset-trackerfor drush 9x


Marks one or all indexes for reindexing without deleting existing data.

drush search-api:reset-tracker

  • Aliases


    search-api:reset-tracker has 4 alias/es:


    drush search-api-mark-all

    drush search-api-reindex

    drush sapi-r

    drush search-api-reset-tracker

  • Arguments


    search-api:reset-tracker accepts 1 argument/s:


    indexId : The machine name of an index. Optional. If missed, will schedule all search indexes for reindexing.

  • Options


    search-api:reset-tracker accepts 4 option/s:


    --entity-types

    --entity-types : entity-types

    --notify

    --notify : notify

    --druplicon

    --druplicon : druplicon

    --xh-link

    --xh-link : xh-link

  • Examples


    Schedule all search indexes for reindexing.

    drush search-api:reset-tracker

    Alias to schedule all search indexes for reindexing .

    drush sapi-r

    Schedule the search index with the ID node_index for reindexing.

    drush sapi-r node_index

  • Comments


    comments powered by Disqus