Skip to content

Instantly share code, notes, and snippets.

@lukecav
Last active April 16, 2019 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/12db161fce8135c9fb80fbf9c8d35352 to your computer and use it in GitHub Desktop.
Save lukecav/12db161fce8135c9fb80fbf9c8d35352 to your computer and use it in GitHub Desktop.
ElasticPress WP-CLI Commands to index WooCommerce product posts
wp elasticpress delete-index
wp elasticpress index --setup --posts-per-page=2000 --post-type="product"
wp elasticpress index --posts-per-page=2000 --post-type="product"
@lukecav
Copy link
Author

lukecav commented Apr 16, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment