Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getSearchHelper (0.05 seconds)

  1. 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.
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 30.9K bytes
    - Click Count (0)
  2. 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
    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)
Back to Top