Why not commit a node immediately to solr and wait until the next cron job?
I think performance-wise it's better to let Solr autocommit. You can force commits earlier if you want with:
apachesolr_get_solr()->commit();
Comments
Comment #1
jpmckinney commentedI think performance-wise it's better to let Solr autocommit. You can force commits earlier if you want with:
Comment #2
jpmckinney commented