- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 15 for bot (0.08 sec)
-
src/main/java/org/codelibs/fess/Constants.java
/** Default suggest purge day value (30 days). */ public static final String DEFAULT_SUGGEST_PURGE_DAY = "30"; /** Default list of bot user agents to purge from logs. */ public static final String DEFAULT_PURGE_BY_BOTS = "Crawler,crawler,Bot,bot,Slurp,Yeti,Baidu,Steeler,ichiro,hotpage,Feedfetcher,ia_archiver,Y!J-BRI,Google Desktop,Seznam,Tumblr,YandexBot,Chilkat,CloudFront,Mediapartners,MSIE 6";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
* Set to -1 to disable automatic purging of user information. */ @Min(-1) @Max(100000) @ValidateTypeFailure public Integer purgeUserInfoDay; /** * Bot user agents whose search logs should be purged. * Search logs from these bots will be automatically removed. */ @Size(max = 10000) public String purgeByBots; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/opensearch/config/exentity/WebConfigTest.java
assertEquals(0, ((org.codelibs.fess.crawler.client.http.RequestHeader[]) initParamMap.get("requestHeaders")).length); assertEquals("Mozilla/5.0 (compatible; Fess/98.76; +http://fess.codelibs.org/bot.html)", initParamMap.get("userAgent")); assertEquals(0, ((Authentication[]) initParamMap.get(HcHttpClient.AUTHENTICATIONS_PROPERTY)).length);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/UserAgentHelperTest.java
} public void test_getUserAgentType_bot() { getMockRequest().addHeader("user-agent", "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"); assertEquals(UserAgentType.OTHER, userAgentHelper.getUserAgentType()); } public void test_getUserAgentType_curl() { getMockRequest().addHeader("user-agent", "curl/7.68.0");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 7.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/SearchLogHelperTest.java
public String[] getLoggingSearchDocsFieldsAsArray() { return new String[] { "title", "url" }; } @Override public String getPurgeByBots() { return "bot,crawler,spider"; } @Override public Integer getSearchlogProcessBatchSizeAsInteger() { return 100; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java
return "98.76"; } }; ComponentUtil.register(systemHelper, "systemHelper"); assertEquals("Mozilla/5.0 (compatible; Fess/98.76; +http://fess.codelibs.org/bot.html)", fessConfig.getUserAgentName()); systemPropMap.put(Constants.CRAWLING_USER_AGENT_PROPERTY, "TestAgent"); assertEquals("TestAgent", fessConfig.getUserAgentName()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.ignoreFailureType=Tipi di errore ignorati labels.lastAccessTime=Data ultimo accesso labels.notificationTo=Notifica a labels.num=Numero labels.pn=Numero di pagina labels.protocolScheme=Schema labels.purgeByBots=Elimina per Bot labels.logLevel=Livello di log labels.purgeSearchLogDay=Elimina log di ricerca labels.query=Query labels.queryId=ID query labels.rt=rt labels.searchLog=Log di ricerca labels.sort=Ordina
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.supported_search_none=Unavailable labels.purge_search_log_day=Delete old search logs labels.purge_job_log_day=Delete old job logs labels.purge_user_info_day=Delete old user logs labels.purge_by_bots=Bot names to delete logs labels.log_level=Log Level labels.csv_file_encoding=CSV File Encoding labels.notification_to=Notification Mail labels.pathmap_configuration=Path Mapping labels.pathmap_title_details=Path Mapping
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.supported_search_none=Nicht verfügbar labels.purge_search_log_day=Alte Suchprotokolle löschen labels.purge_job_log_day=Alte Jobprotokolle löschen labels.purge_user_info_day=Alte Benutzerprotokolle löschen labels.purge_by_bots=Bot-Namen zum Löschen von Protokollen labels.log_level=Protokollebene labels.csv_file_encoding=CSV-Dateikodierung labels.notification_to=Benachrichtigungs-E-Mail labels.pathmap_configuration=Pfadzuordnung
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/resources/fess_label_es.properties
labels.purge_search_log_day=Eliminar registros de búsqueda anteriores labels.purge_job_log_day=Eliminar registros de trabajos anteriores labels.purge_user_info_day=Eliminar registros de usuarios anteriores labels.purge_by_bots=Nombre del bot para eliminar registros labels.log_level=Nivel de registro labels.csv_file_encoding=Codificación de archivo CSV labels.notification_to=Correo de notificación labels.pathmap_configuration=Mapeo de rutas
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0)