- 🇩🇰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
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.