1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

forgotten checkin

This commit is contained in:
adam-m
2012-10-24 15:11:14 -04:00
parent aa5c9b5ede
commit 00a0d81802

View File

@@ -137,7 +137,7 @@ public class TermComponentQuery implements KeywordSearchQuery {
TermsResponse tr = solrServer.queryTerms(q);
termsCol = tr.getTerms(TERMS_SEARCH_FIELD);
return termsCol;
} catch (SolrServerException ex) {
} catch (KeywordSearchModuleException ex) {
logger.log(Level.WARNING, "Error executing the regex terms query: " + termsQuery, ex);
return null; //no need to create result view, just display error dialog
}