- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Cannon (0.04 sec)
-
FessMultipartRequestHandler.java
} L224: } L225: L226: // ----------------------------------------------------- L227: // Parameter Logging L228: // ----------------- L229: // logging filter cannot show the parameters when multi-part so logging here L230: protected void showFieldLoggingTitle() { L231: if (logger.isDebugEnabled()) { L232: logger.debug("[Multipart Request Parameter]"); L233: } L234: } L235: L236:...github.com/codelibs/fess/src/main/java/org/code...Wed Oct 23 13:27:21 UTC 2024 18.6K bytes -
ViewHelper.java
logger.debug("loaded facet data: {}", data); L816: } L817: return data.getFacetResponse(); L818: }); L819: } catch (final ExecutionException e) { L820: throw new FessSystemException("Cannot load facet from cache.", e); L821: } L822: } L823: L824: public String createHighlightText(final HighlightField highlightField) { L825: final Text[] fragments = highlightField.fragments(); L826: if (fragments != null &&...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 40.2K bytes