Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getIndexIdDigestAlgorithm (0.5 sec)

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

                        // NOP
                    }
                }
            }
    
            final String id = encodedBuf.toString();
            return MessageDigestUtil.digest(ComponentUtil.getFessConfig().getIndexIdDigestAlgorithm(), id);
        }
    
        /**
         * Sets the maximum number of session IDs to include in session ID lists.
         * This controls the size limit for aggregation results when retrieving session lists.
         *
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. SHA-512 <br>
         * comment: Digest algorithm for index IDs.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getIndexIdDigestAlgorithm();
    
        /**
         * Get the value for the key 'index.user.initial_password'. <br>
         * The value is, e.g. admin <br>
         * comment: Initial password for the index user.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top