- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for double_param (0.05 sec)
-
src/test/java/org/codelibs/fess/score/LtrQueryRescorerTest.java
} }); Map<String, Object> params = new HashMap<>(); params.put("string_param", "test_value"); params.put("int_param", 42); params.put("double_param", 3.14); params.put("boolean_param", true); Map<String, String> nestedMap = new HashMap<>(); nestedMap.put("nested_key", "nested_value"); params.put("nested_param", nestedMap);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.5K bytes - Viewed (0)