mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
make "Context" text shorter
This commit is contained in:
parent
044fc7669c
commit
de7b66dbfd
@ -40,7 +40,7 @@ import org.sleuthkit.datamodel.Content;
|
||||
*/
|
||||
class KeywordSearchFilterNode extends ContentFilterNode {
|
||||
|
||||
private static final int SNIPPET_LENGTH = 100;
|
||||
private static final int SNIPPET_LENGTH = 45;
|
||||
String solrQuery;
|
||||
|
||||
KeywordSearchFilterNode(HighlightedMatchesSource highlights, Node original, String solrQuery) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user