- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 32 for CLICK (0.01 seconds)
-
src/main/webapp/js/help.js
}, BUTTON_DISABLE_DURATION); return true; }); $(document).on("click touchend", function(e) { if (!$(e.target).closest("#searchOptions, [data-toggle='control-options']").length) { $("#searchOptions").removeClass("active"); } }); $("[data-toggle='control-options']").on("click", function(e) { e.preventDefault(); var target = $(this).attr("data-target") || $(this).attr("href");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 21 13:12:50 GMT 2025 - 1.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SearchLogHelper.java
} } /** * Adds a click log to the queue. * * @param clickLog The click log. */ public void addClickLog(final ClickLog clickLog) { final FessConfig fessConfig = ComponentUtil.getFessConfig(); if (clickLogQueue.size() > fessConfig.getLoggingClickMaxQueueSizeAsInteger()) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 29.3K bytes - Click Count (0) -
src/main/webapp/js/search.js
} }, BUTTON_DISABLE_DURATION); return true; }); $(document).on("click touchend", function(e) { if (!$(e.target).closest("#searchOptions, [data-toggle='control-options']").length) { $("#searchOptions").removeClass("active"); } }); $("[data-toggle='control-options']").on("click", function(e) { e.preventDefault(); var target = $(this).attr("data-target") || $(this).attr("href");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
/** Log type constant for zero-click search aggregation. */ public static final String LOG_TYPE_SEARCH_ZEROCLICK = "search_zeroclick_agg"; /** 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";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 8.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/SearchLogEvent.java
* * This interface defines the contract for search log event objects that can be * written to log files or stored in the search index. Implementations include * search logs, click logs, favorite logs, and user information logs. */ public interface SearchLogEvent { /** * Gets the unique identifier for this search log event. * * @return The event ID */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImpl.java
} } } /** * Adds click count information to the document. * * @param doc the document to update * @param url the URL to get click count for * @param clickCountField the field name to store click count */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 10.5K bytes - Click Count (0) -
src/main/webapp/js/chat.js
if (itemCount <= 10) { $(this).find('.filter-search-wrapper').hide(); } }); // Suggestion chip click handlers $('.suggestion-chip').on('click', function() { var suggestion = $(this).data('suggestion'); if (suggestion) { elements.chatInput.val(suggestion); updateCharCount();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 30.6K bytes - Click Count (0) -
src/main/webapp/js/profile.js
$row.css("cursor", "pointer") .on("mouseenter", function() { $(this).addClass("active"); }) .on("mouseleave", function() { $(this).removeClass("active"); }) .on("click", function() { window.location.href = $(this).attr("data-href"); }); }); $("#confirmToDelete").on("show.bs.modal", function(event) { var button = $(event.relatedTarget);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 21 13:12:50 GMT 2025 - 1.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/SearchLogService.java
} } } } /** * Creates search conditions for click log queries based on pager criteria. * * @param pager The search log pager containing filter criteria * @param cb The click log condition bean to configure */ private void createClickLogCondition(final SearchLogPager pager, final ClickLogCB cb) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 32.7K bytes - Click Count (0) -
src/main/webapp/js/index.js
} }, BUTTON_DISABLE_DURATION); return true; }); $(document).on("click touchend", function(e) { if (!$(e.target).closest("#searchOptions, #searchOptionsButton").length) { $("#searchOptions").removeClass("active"); } }); $("[data-toggle='control-options']").on("click", function(e) { e.preventDefault(); var target = $(this).attr("data-target") || $(this).attr("href");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 2.2K bytes - Click Count (0)