Search Options

Display Count
Sort
Preferred Language
Advanced Search

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.

  1. 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)
Back to Top