- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_isFirstWordMatching_singleWordMatchingText (0.26 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/suggest/request/suggest/SuggestRequestQueryBuildingTest.java
// Tests for isFirstWordMatching method // ============================================================ @Test public void test_isFirstWordMatching_singleWordMatchingText() { request.setMatchWordFirst(true); boolean result = request.isFirstWordMatching(true, false, "testing"); assertTrue("Single word query containing 'test' should match", result);Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sat Mar 14 02:35:38 GMT 2026 - 19.8K bytes - Click Count (0)