mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +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 {
|
class KeywordSearchFilterNode extends ContentFilterNode {
|
||||||
|
|
||||||
private static final int SNIPPET_LENGTH = 100;
|
private static final int SNIPPET_LENGTH = 45;
|
||||||
String solrQuery;
|
String solrQuery;
|
||||||
|
|
||||||
KeywordSearchFilterNode(HighlightedMatchesSource highlights, Node original, String solrQuery) {
|
KeywordSearchFilterNode(HighlightedMatchesSource highlights, Node original, String solrQuery) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user