Commit f7e5f93b authored by 张辰's avatar 张辰

fullsearch 加上...

parent 84cbe4c3
...@@ -31,7 +31,7 @@ public class BizUtils { ...@@ -31,7 +31,7 @@ public class BizUtils {
return paragraph.getValue(); return paragraph.getValue();
} else { } else {
// 否则,保留关键词 向前20个字符 // 否则,保留关键词 向前20个字符
return paragraph.getValue().substring(idx - 20); return "..." + paragraph.getValue().substring(idx - 20);
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment