Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for selectCount (0.04 sec)

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

        * @return The click count.
        */
        public int getClickCount(final String url) {
            final ClickLogBhv clickLogBhv = ComponentUtil.getComponent(ClickLogBhv.class);
            return clickLogBhv.selectCount(cb -> {
                cb.query().setUrl_Equal(url);
            });
        }
    
        /**
         * Gets the favorite count for a URL.
         *
         * @param url The URL.
         * @return The favorite count.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 26.3K bytes
    - Viewed (0)
Back to top