- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_docIds_withSpecialCharacters (0.12 seconds)
-
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)