For further documentation, such as available filters and working with SolrPower Api class directly, please see the project wiki https github com pantheon-systems solr-power wiki.
Travis CI runs PHPUnit test suite against Solr instance..
Circle CI runs Behat test suite against Pantheon site, to ensure the compatibility with Pantheon platform...
PHPUnit requires WordPress PHPUnit test suite, and access to database with name wordpress test.
You'll also need access to Solr, order to run the unit tests against Solr..
Once you've created the site, you'll need install Terminus, and set TERMINUS TOKEN, TERMINUS SITE, and TERMINUS ENV environment variables.
Then, you can run bin behat-prepare sh to prepare the site for the test suite..
All Solr Power related commands are grouped into the wp solr command, see example $ wp solr usage wp solr check-server-settings or wp solr delete or wp solr index or wp solr info or wp solr optimize-index or wp solr repost-schema or wp solr stats See 'wp help solr for more information on specific command..
You can see more details about the commands using wp help solr **NAME** wp solr **DESCRIPTION** Perform variety of actions against your Solr instance.
**SYNOPSIS** wp solr **SUBCOMMANDS** check-server-settings Check server settings delete Remove one or more posts from the index index Index all posts for Report about Solr Power configuration optimize-index Optimize the Solr index repost-schema Repost schema xml to Solr stats Report stats about indexed content.
Read more