- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for SessionCreatedTime (0.07 seconds)
-
src/test/java/org/codelibs/fess/app/service/CrawlingInfoServiceTest.java
assertEquals(Long.valueOf(777777777L), param.getCreatedTime()); } @Test public void test_importCsv_emptyInput() { final String csvContent = "SessionId,SessionCreatedTime,Key,Value,CreatedTime\n"; final StringReader reader = new StringReader(csvContent); // Should not throw exception for empty CSV (only header) crawlingInfoService.importCsv(reader);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:54:47 GMT 2026 - 6.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java
} })); } /** * Imports crawling information and parameters from a CSV file. * The CSV format expected is: SessionId, SessionCreatedTime, Key, Value, CreatedTime. * Creates new crawling sessions if they don't exist and adds parameters to them. * * @param reader the Reader containing CSV data to import */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 19.9K bytes - Click Count (0)