- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for highlightInfo (0.72 sec)
-
src/main/java/org/codelibs/fess/helper/ViewHelper.java
* Adjusts fragment size for mobile devices. * * @return the highlight information */ public HighlightInfo createHighlightInfo() { return LaRequestUtil.getOptionalRequest().map(req -> { final HighlightInfo highlightInfo = new HighlightInfo(); final String widthStr = req.getParameter(SCREEN_WIDTH); if (StringUtil.isNotBlank(widthStr)) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 52.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
throw new UnsupportedOperationException("getSimilarDocHash() is not supported in this implementation"); } @Override public HighlightInfo getHighlightInfo() { return new HighlightInfo(); } } @Override protected void writeHeaders(final HttpServletResponse response) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 55.4K bytes - Viewed (1)