- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getCacheResponseFields (1.92 sec)
-
src/main/java/org/codelibs/fess/app/web/cache/CacheAction.java
if (isLoginRequired()) { return redirectToLogin(); } Map<String, Object> doc = null; try { doc = searchHelper.getDocumentByDocId(form.docId, queryFieldConfig.getCacheResponseFields(), getUserBean()).orElse(null); } catch (final Exception e) { logger.warn("Failed to request: {}", form.docId, e); } if (doc == null) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/QueryFieldConfig.java
} /** * Gets the fields that are included in cache search responses. * * @return array of field names for cache search responses */ public String[] getCacheResponseFields() { return cacheResponseFields; } /** * Sets the fields that are included in cache search responses. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 21.9K bytes - Viewed (0)