Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_docIds_withSpecialCharacters (0.12 seconds)

  1. src/test/java/org/codelibs/fess/llm/RelevanceEvaluationResultTest.java

            assertEquals(10, result.getRelevantDocIds().size());
            assertEquals(10, result.getRelevantIndexes().size());
        }
    
        @Test
        public void test_docIds_withSpecialCharacters() {
            List<String> docIds = Arrays.asList("doc-with-dash", "doc_with_underscore", "doc.with.dot");
            List<Integer> indexes = Arrays.asList(1, 2, 3);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 01 08:11:18 GMT 2026
    - 7.7K bytes
    - Click Count (0)
Back to Top