Searching Errors

When folks search, they encounter an error:
“Omeka has encountered an error”

However, Clicking the three little dots to open an advanced search worked.

We are using Solr. Wondering if Solr is corrupting the default index? Is there a way to get this search to work?

If not, can we default the UX to the advanced search?

You’ll probably need to turn on error display and share the detailed error message that results to get a useful answer.

Note that this is a new symptom. It previously worked.

Here are the errors:
exception ‘Apache_Solr_HttpTransportException’ with message ‘‘0’ Status: Communication Error’ in /var/www/html/library/legacy/plugins/SolrSearch/lib/solr-php-client/Service.php:338
Stack trace:
#0 /var/www/html/library/legacy/plugins/SolrSearch/lib/solr-php-client/Service.php(1176): Apache_Solr_Service->_sendRawGet(‘http://localhos…’)
#1 /var/www/html/library/legacy/plugins/SolrSearch/controllers/ResultsController.php(100): Apache_Solr_Service->search(‘klein AND publi…’, 0, ‘10’, Array)
#2 /var/www/html/library/legacy/plugins/SolrSearch/controllers/ResultsController.php(65): SolrSearch_ResultsController->_search(0, ‘10’, true)
#3 /var/www/html/library/legacy/application/libraries/Zend/Controller/Action.php(516): SolrSearch_ResultsController->indexAction()
#4 /var/www/html/library/legacy/application/libraries/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(‘indexAction’)
#5 /var/www/html/library/legacy/application/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#6 /var/www/html/library/legacy/application/libraries/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#7 /var/www/html/library/legacy/application/libraries/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#8 /var/www/html/library/legacy/application/libraries/Omeka/Application.php(77): Zend_Application->run()
#9 /var/www/html/library/legacy/index.php(23): Omeka_Application->run()
#10 {main}

I don’t have any particular expertise with Solr or the SolrSearch plugin, but that error would seem to indicate an issue even connecting to your Solr server. Maybe it’s not running?

Learned JAVA was updated on SOLR server which broke the indexing. Rolled back and all is good. Thanks. You can close.