- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for hierarchy (0.11 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/gcs/HandlerTest.java
long lastModified = conn.getLastModified(); assertEquals(lastModified, date); } /** * Helper method to get private field value using reflection. * Searches the class hierarchy to find the field. */ private Object getField(Object obj, String fieldName) throws Exception { Class<?> clazz = obj.getClass(); while (clazz != null) { try {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java
} /** * Represents a crawl request containing a URL and its depth in the crawling hierarchy. * Used for managing recursive crawling operations. */ private static class CrawlRequest { /** The URL to be crawled. */ private final String url; /** The depth of this URL in the crawling hierarchy. */ private final int depth; /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 29.7K bytes - Viewed (3) -
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/storage/HandlerTest.java
long lastModified = conn.getLastModified(); assertEquals(lastModified, date); } /** * Helper method to get private field value using reflection. * Searches the class hierarchy to find the field. */ private Object getField(Object obj, String fieldName) throws Exception { Class<?> clazz = obj.getClass(); while (clazz != null) { try {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 14.4K bytes - Viewed (0) -
CLAUDE.md
- `http/HcHttpClient.java`, `fs/FileSystemClient.java`, `storage/StorageClient.java` **DI Config**: `fess-crawler-lasta/src/main/resources/crawler.xml` ### Exception Hierarchy ``` CrawlerSystemException (unchecked) # Setup/config errors CrawlingAccessException (checked) # Runtime crawl errors ├─ MaxLengthExceededException └─ ChildUrlsException
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Fri Nov 28 17:31:34 UTC 2025 - 10.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
/** Array of supported file protocols for URL classification. */ protected String[] fileProtocols = { "file:", "smb:", "smb1:", "ftp:", "storage:" }; /** Queue to track the current XML element hierarchy during parsing. */ protected LinkedList<String> tagQueue; /** List to store parsed label types for access control. */ protected List<LabelType> labelList;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 21.6K bytes - Viewed (0)