pantheon-systems / solr-power

A WordPress plugin to connect to Pantheon's Apache Solr search infrastructure, or your own!
https://wordpress.org/plugins/solr-power/
GNU General Public License v2.0
126 stars 61 forks source link

Support --batch-size argument for wp solr index to limit posts per batch #338

Closed ocean90 closed 7 years ago

ocean90 commented 7 years ago

By default wp solr index indexes 100 posts per batch. That's a lot if you just want to give it a quick test. SolrPower_Batch_Index already supports a custom batch size through the posts_per_page query arg so we just have to pass the value to it. Proposal: wp solr index --batch-size=1 --batch=123