Add drush command for rebuilding the tracking information

Created on 11 December 2018, about 6 years ago
Updated 27 February 2024, 10 months ago

As a follow-up to #2930720: Add UI for rebuilding the tracking table for an index , I'd like to propose to add a drush command for rebuilding tracking information as well.

Feature request
Status

Closed: works as designed

Version

1.15

Component

Drush / Rules

Created by

🇧🇪Belgium rp7

Live updates comments and jobs are added and updated live.
  • Needs tests

    The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇩🇰Denmark ressa Copenhagen

    Sometimes, in Solr none of the rebuild or reset commands work. No matter what, some old Solr records stay behind, resulting in errors. So far, the best solution I have found is to clear all posts from the Solr core with this command, which in DDEV could be something like this:

    curl -X POST -H 'Content-Type: application/json' --data-binary '{"delete":{"query":"*:*" }}' http://project.ddev.site:8983/solr/my_core/update

    From Reindexing > Delete All Documents.

  • Hello Team. I'm looking for a Drush command to build (not rebuild) the tracker. Let me explain:

    The drush command search-api:rebuild-tracker rebuild the tracker by removing all the trackers and build it from zero. I'm looking a drush command that could do the same feature that the track now function does on the Drupal index search API.

    That feature in the page allow the system to continue to add the trackers to the system. You could said, why no use the UI, My issue using the UI is that I need to tracker 27 millions nodes that we need to index.

    Do you know if there is a Drush command or a module that could tracker without start from zero?

    thanks.

Production build 0.71.5 2024