Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -34,6 +34,7 @@ public class PublisherSearchRepositorySolrj implements PublisherSearchRepository | ... | @@ -34,6 +34,7 @@ public class PublisherSearchRepositorySolrj implements PublisherSearchRepository |
34 | } catch (IOException ioe) { | 34 | } catch (IOException ioe) { |
35 | throw new IndexingException(ioe); | 35 | throw new IndexingException(ioe); |
36 | } catch (SolrServerException sse) { | 36 | } catch (SolrServerException sse) { |
37 | + logger.error("SolrServerException {}", sse); | ||
37 | throw new IndexingException(sse.getRootCause()); | 38 | throw new IndexingException(sse.getRootCause()); |
38 | } | 39 | } |
39 | 40 | ... | ... |
-
Please register or login to post a comment