Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_indexMultipleItems (0.09 seconds)

  1. src/test/java/org/codelibs/fess/suggest/index/SuggestIndexerTest.java

            assertEquals(1, response.getNumberOfInputDocs());
            assertEquals(1, response.getNumberOfSuggestDocs());
            assertFalse(response.hasError());
        }
    
        @Test
        public void test_indexMultipleItems() throws Exception {
            SuggestItem[] items = new SuggestItem[3];
    
            for (int i = 0; i < 3; i++) {
                String[][] readings = new String[1][];
                readings[0] = new String[] { "test" + i };
    Created: Sat Dec 20 13:04:59 GMT 2025
    - Last Modified: Mon Nov 24 03:40:05 GMT 2025
    - 28.4K bytes
    - Click Count (0)
Back to Top