- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEscapeWildcardQuery (0.07 sec)
-
src/test/java/org/codelibs/fess/suggest/util/SuggestUtilTest.java
String scrollId = "test_scroll_id"; SuggestUtil.deleteScrollContext(client, scrollId); // No exception should be thrown } @Test public void testEscapeWildcardQuery() { // Test escaping asterisk String query1 = "test*query"; String escaped1 = SuggestUtil.escapeWildcardQuery(query1); assertEquals("test\\*query", escaped1);
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 18.2K bytes - Viewed (0)