Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isLoggingSearchDocsEnabled (2.46 sec)

  1. src/main/java/org/codelibs/fess/helper/SearchLogHelper.java

         * @param searchLog The search log.
         */
        protected void addDocumentsInResponse(final QueryResponseList queryResponseList, final SearchLog searchLog) {
            if (ComponentUtil.getFessConfig().isLoggingSearchDocsEnabled()) {
                queryResponseList.stream().forEach(res -> {
                    final Map<String, Object> map = new HashMap<>();
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. true <br>
         * comment: Whether to enable search docs logging.
         * @return The determination, true or false. (if not found, exception but basically no way)
         */
        boolean isLoggingSearchDocsEnabled();
    
        /**
         * Get the value for the key 'logging.search.docs.fields'. <br>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 525.7K bytes
    - Viewed (2)
Back to top