Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for bot (0.01 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. src/main/resources/fess_label.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: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js

    :"The CEP entered is invalid",badBrazilCPFAnswer:"The CPF entered is invalid",badPlPesel:"The PESEL entered is invalid",badPlNip:"The NIP entered is invalid",badPlRegon:"The REGON entered is invalid",badreCaptcha:"Please confirm that you are not a bot",passwordComplexityStart:"Password must contain at least ",passwordComplexitySeparator:", ",passwordComplexityUppercaseInfo:" uppercase letter(s)",passwordComplexityLowercaseInfo:" lowercase letter(s)",passwordComplexitySpecialCharsInfo:" special c...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 32.8K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_pt_BR.properties

    labels.purge_search_log_day=Excluir logs de pesquisa anteriores
    labels.purge_job_log_day=Excluir logs de trabalho anteriores
    labels.purge_user_info_day=Excluir logs de usuário anteriores
    labels.purge_by_bots=Nome do bot para excluir logs
    labels.log_level=Nível de log
    labels.csv_file_encoding=Codificação de arquivo CSV
    labels.notification_to=E-mail de notificação
    labels.pathmap_configuration=Mapeamento de caminho
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
Back to top