Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for TestReadingConverterWithLimit (0.14 seconds)

  1. src/test/java/org/codelibs/fess/suggest/converter/ReadingConverterTest.java

            }
        }
    
        @Test
        public void testConvertWithMaxReadingLimit() throws IOException {
            // Test that readings respect max reading limit
            TestReadingConverterWithLimit limitConverter = new TestReadingConverterWithLimit();
            limitConverter.init();
    
            assertEquals(5, limitConverter.getMaxReadingNum());
    
            String text = "test";
            String field = "content";
    
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Mon Sep 01 13:33:03 GMT 2025
    - 13.5K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/suggest/request/suggest/SuggestRequestQueryBuildingTest.java

    Shinsuke Sugaya <******@****.***> 1773455738 +0900
    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