Use "drush solr-index" instead of running cron. This saves more and more time exponentially the more nodes you have to index. Here's a shell script to run if you have a ton of nodes to index:
for i in {1..100}; do drush solr-index; done
Use "drush solr-index" instead of running cron. This saves more and more time exponentially the more nodes you have to index. Here's a shell script to run if you have a ton of nodes to index:
for i in {1..100}; do drush solr-index; done