Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getQueryCountMap (2.5 sec)

  1. src/main/java/org/codelibs/fess/util/FacetResponse.java

            }
    
        }
    
        /**
         * Gets the map of query facet counts.
         *
         * @return the queryCountMap containing decoded query strings and their counts
         */
        public Map<String, Long> getQueryCountMap() {
            return queryCountMap;
        }
    
        /**
         * Gets the list of field facets.
         *
         * @return the fieldList containing all field facet information
         */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sun Nov 23 11:39:05 UTC 2025
    - 5.3K bytes
    - Viewed (0)
Back to top