Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_parseSearchWords_withEmptyStrings (0.31 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParserEdgeCaseTest.java

            // All words excluded should return null
            assertNull(item);
        }
    
        @Test
        public void test_parseSearchWords_withEmptyStrings() throws Exception {
            String[] words = new String[] { "", "test", "" };
            String[] fields = new String[] { "content" };
    
            SuggestItem item =
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 20.3K bytes
    - Click Count (0)
Back to Top