Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for click_count_agg (0.05 sec)

  1. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                                        key="labels.searchlog_log_type_search_zerohit"/></la:option>
                                                <la:option value="click_count_agg"><la:message
                                                        key="labels.searchlog_log_type_click_count"/></la:option>
                                                <la:option value="favorite_count_agg"><la:message
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 16K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java

        /** Log type constant for click logs. */
        public static final String LOG_TYPE_CLICK = "click";
    
        /** Log type constant for click count aggregation. */
        public static final String LOG_TYPE_CLICK_COUNT = "click_count_agg";
    
        /** Log type constant for favorite logs. */
        public static final String LOG_TYPE_FAVORITE = "favorite";
    
        /** Log type constant for favorite count aggregation. */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 8.8K bytes
    - Viewed (0)
Back to top