Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for queryFieldConfig (0.1 sec)

  1. CacheAction.java

    or_ErrorJsp))); L51: if (isLoginRequired()) { L52: return redirectToLogin(); L53: } L54: L55: Map<String, Object> doc = null; L56: try { L57: doc = searchHelper.getDocumentByDocId(form.docId, queryFieldConfig.getCacheResponseFields(), getUserBean()).orElse(null); L58: } catch (final Exception e) { L59: logger.warn("Failed to request: {}", form.docId, e); L60: } L61: if (doc == null) { L62: saveError(messages...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      3.4K bytes
Back to top