solr-for-wordpress
solr-for-wordpress copied to clipboard
A WordPress plugin that replaces the default WordPress search with Solr
Wordpress 4.6 After activating the plugin, entered solr server information and clicked "Save" Received message "Sorry, you are not allowed to access this page."
When installing the solr-for-wordpress debug mode is showing 'has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated....
WP installs are getting a more complex nature, and support for custom post type would be a great addition to this plugin.
- Remove use of PHPSolrClient - change to solarium - Update schema.xml to work with newer solr requirements - Should work with multi-core solr installs.
This has support for Basic Auth. It required changes in the wordpress part and in the SolrPhpClient. I'm not a PHP coder (your favorite thing to hear :) and I...
Allow for the s4w_search.php to be used for a child theme. To do this we should use the STYLESHEETPATH global rather than the THEMEPATH.
Matt, I've been doing some hacking around analytics for Solr, and using a proxy to pick up the analytic data I need. My test bed has been our own website....
I'm looking for any documentation on how to integrate Apache Tika with the Solr for WordPress plugin. Would be great to index .PDF content and link to the corresponding post/page.
I have an XML file which I have indexed using my PHP code and Solr. I have indexed based on the tags in the xml file. However, now i want...
Hello! My goal is to get this plugin working with a local instance of solr. I have a local instance of Solr. I am using Ubuntu/OpenJDK. I'm able to get...