Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getFieldLogMap (0.1 sec)

  1. src/main/java/org/codelibs/fess/entity/QueryContext.java

        /**
         * Gets the field log map containing field names and their associated query terms.
         * @return The field log map, or empty map if not initialized.
         */
        public Map<String, List<String>> getFieldLogMap() {
            return fieldLogMap != null ? fieldLogMap : new HashMap<>();
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 9.4K bytes
    - Viewed (0)
Back to top