Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getSearchHelper (0.09 sec)

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

         */
        protected void updateClickFieldInIndex(final Map<String, Integer> clickCountMap) {
            if (!clickCountMap.isEmpty()) {
                final SearchHelper searchHelper = ComponentUtil.getSearchHelper();
                final FessConfig fessConfig = ComponentUtil.getFessConfig();
                try {
                    final UpdateRequest[] updateRequests =
                            searchHelper
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 26.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/util/ComponentUtil.java

            return getComponent(THEME_HELPER);
        }
    
        /**
         * Gets the search helper component.
         * @return The search helper.
         */
        public static SearchHelper getSearchHelper() {
            return getComponent(SEARCH_HELPER);
        }
    
        /**
         * Gets the notification helper component.
         * @return The notification helper.
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 28.9K bytes
    - Viewed (0)
Back to top