mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Catching all exceptions when querying Solr for highlighting
This commit is contained in:
parent
b2bd247fa1
commit
b29681356d
@ -379,7 +379,7 @@ class HighlightedText implements IndexedText, TextMarkupLookup {
|
||||
|
||||
return "<html><pre>" + highlightedContent + "</pre></html>"; //NON-NLS
|
||||
}
|
||||
} catch (NoOpenCoreException | KeywordSearchModuleException ex) {
|
||||
} catch (Exception ex) {
|
||||
return NbBundle.getMessage(this.getClass(), "HighlightedMatchesSource.getMarkup.queryFailedMsg");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user