- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for processJsonSearchPreference (0.09 sec)
-
src/test/java/org/codelibs/fess/helper/QueryHelperTest.java
assertEquals(0, rescorers.length); // Should be 0 because rescorer returns null } public void test_processJsonSearchPreference_queryPref() { String result = queryHelper.processJsonSearchPreference(null, "test query"); // This will return the hashCode of the query as string assertEquals(Integer.toString("test query".hashCode()), result); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.6K bytes - Viewed (0)