- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 524 for crawling (0.04 sec)
-
src/main/java/org/codelibs/fess/helper/DuplicateHostHelper.java
/** * Helper class for managing duplicate host configurations in the Fess search system. * This class handles URL conversion based on duplicate host rules, allowing multiple * hostnames or URLs to be treated as equivalent for crawling and indexing purposes. * It maintains a list of DuplicateHost rules and applies them to URLs. * */ public class DuplicateHostHelper {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/service/UrlFilterService.java
* @param url the URL to be excluded */ void addExcludeUrlFilter(String sessionId, String url); /** * Adds a list of URLs to be excluded from crawling for a specific session. * * @param sessionId the ID of the session for which the URLs should be excluded * @param urlList the list of URLs to be excluded */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 3.1K bytes - Viewed (0) -
src/main/resources/fess_message_de.properties
errors.design_file_name_is_invalid = Der Dateiname ist ungültig. errors.design_file_is_unsupported_type = Dieser Dateityp wird nicht unterstützt. errors.failed_to_create_crawling_config_at_wizard = Fehler beim Erstellen einer Crawling-Konfiguration in einem Assistenten. errors.design_editor_disabled = Diese Funktion ist deaktiviert. errors.not_found_on_file_system = Nicht gefunden. Ursache: {0}
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/resources/fess_message.properties
errors.design_file_name_is_invalid = The file name is invalid. errors.design_file_is_unsupported_type = This file type is unsupported. errors.failed_to_create_crawling_config_at_wizard = Failed to create a crawling config at a wizard. errors.design_editor_disabled = This feature is disabled. errors.not_found_on_file_system = Not found. Cause: {0}
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
errors.design_file_name_is_invalid = The file name is invalid. errors.design_file_is_unsupported_type = This file type is unsupported. errors.failed_to_create_crawling_config_at_wizard = Failed to create a crawling config at a wizard. errors.design_editor_disabled = This feature is disabled. errors.not_found_on_file_system = Not found. Cause: {0}
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/CrawlerClientCreator.java
import org.apache.logging.log4j.Logger; import org.codelibs.fess.crawler.container.CrawlerContainer; import jakarta.annotation.Resource; /** * Creates and manages crawler clients for web crawling operations. * This class handles the registration and loading of crawler client factories and their associated clients. * <p> * The class maintains a mapping between regular expressions and component names, and manages a list
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ProtocolHelper.java
import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.util.ComponentUtil; import jakarta.annotation.PostConstruct; /** * Helper class for managing and validating URL protocols in Fess crawling system. * This class handles the initialization and validation of web and file protocols * used by the crawler to determine which URLs can be crawled. */ public class ProtocolHelper {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/joblog/ApiAdminJoblogAction.java
import jakarta.annotation.Resource; /** * API action for admin job log management. * Provides RESTful API endpoints for viewing and managing job execution logs in the Fess search engine. * Job logs contain information about crawling jobs, indexing tasks, and system maintenance operations. * */ public class ApiAdminJoblogAction extends FessApiAdminAction { private static final Logger logger = LogManager.getLogger(ApiAdminJoblogAction.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/DataStoreParams.java
* support for common types like String.</p> * * <p>This class is commonly used to pass configuration parameters to data store * implementations during crawling operations, allowing for flexible parameter * handling without tight coupling to specific parameter schemas.</p> */ public class DataStoreParams { /** * Internal map storing parameter key-value pairs.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/DuplicateHostService.java
* duplicate host configurations used by the Fess crawler system. * * <p>Duplicate host configurations allow administrators to define hostname patterns * that should be treated as equivalent during crawling. This helps avoid indexing * duplicate content from the same logical site that may be accessible via different * hostnames (e.g., www.example.com and example.com).</p> */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.4K bytes - Viewed (0)