- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for parentUrl (0.05 seconds)
-
src/test/java/org/codelibs/fess/exception/ContentNotFoundExceptionTest.java
@Test public void test_constructor_withValidUrls() { // Test with normal URLs String parentUrl = "http://example.com/parent"; String url = "http://example.com/child"; ContentNotFoundException exception = new ContentNotFoundException(parentUrl, url); assertNotNull(exception);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 7.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exception/ContentNotFoundException.java
* Constructs a new ContentNotFoundException with the specified parent URL and URL. * * @param parentUrl the URL of the parent document * @param url the URL of the content that was not found */ public ContentNotFoundException(final String parentUrl, final String url) { super("Not Found: " + url + " Parent: " + parentUrl, false, false); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.3K bytes - Click Count (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/entity/OpenSearchUrlQueue.java
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 3.1K bytes - Click Count (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/entity/OpenSearchAccessResult.java
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 6.5K bytes - Click Count (0) -
src/test/java/jcifs/smb1/smb1/HandlerTest.java
// Test parent directory navigation URL parentUrl = new URL(baseUrl, "../other/file.txt"); assertEquals("smb", parentUrl.getProtocol()); assertEquals("server", parentUrl.getHost()); assertEquals("/other/file.txt", parentUrl.getPath()); } @Test @DisplayName("Handler correctly identifies itself as SMB handler")Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 5.4K bytes - Click Count (0) -
fess-crawler-opensearch/src/main/resources/mapping/data.json
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Nov 07 04:44:10 GMT 2024 - 963 bytes - Click Count (0) -
fess-crawler-opensearch/src/main/resources/mapping/queue.json
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Nov 07 04:44:10 GMT 2024 - 457 bytes - Click Count (0)