None.
HTH, another factor might be that your solrconfig.xml contains:
<!-- Controls what version of Lucene various components of Solr
adhere to. Generally, you want to use the latest version to
get all bug fixes and improvements. It is highly recommended
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>5.0</luceneMatchVersion>
Now, I have tried a solrconfig.xml from the 6.0 examples directory, but modified to match the wpsolr settings. It works better, as it does not throw the ‘AdminHandler not found’ exception, and searching works well, but the autocomplete suggestions do not appear. Chrome Inspect shows requests to wp-admin/admin-ajax.php as you type, with a response of []. Soon I can tell you more. — Rick