Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setMaxSessionIdsInList (0.18 sec)

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

                }
            }
    
            final String id = encodedBuf.toString();
            return MessageDigestUtil.digest(ComponentUtil.getFessConfig().getIndexIdDigestAlgorithm(), id);
        }
    
        public void setMaxSessionIdsInList(final int maxSessionIdsInList) {
            this.maxSessionIdsInList = maxSessionIdsInList;
        }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top