Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testScrollSearch_customAccumulator (0.37 seconds)

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

  1. src/test/java/org/codelibs/fess/suggest/util/ScrollOperationHelperTest.java

                assertTrue(result.containsKey("name"));
                assertTrue(result.containsKey("value"));
            }
        }
    
        @Test
        public void testScrollSearch_customAccumulator() {
            createTestIndex();
            indexDocuments(5);
            runner.refresh();
    
            // Use custom accumulator to sum values
            List<Integer> values = new ArrayList<>();
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sun Feb 01 12:48:24 GMT 2026
    - 7K bytes
    - Click Count (0)
Back to Top