amateescu / search_api_solr

11 stars 14 forks source link

Catch all exceptions in commit() #13

Closed Berdir closed 10 years ago

Berdir commented 10 years ago

Solarium is not throwing SearchApiException.

The current architecture there is also a bit problematic, because things are reported as indexed, but apparently, we currently don't even check if solr is running. That results in an inconsistent index status.

Berdir commented 10 years ago

Replaced by #23