Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for ignored (0.19 sec)

  1. pom.xml

    						<id>check-compatibility</id>
    						<goals>
    							<goal>check</goal>
    						</goals>
    					</execution>
    				</executions>
    				<configuration>
    					<failOnError>false</failOnError>
    					<ignored>
    						<difference>
    							<!-- seems to be a clirr bug that it cannot handle the different inherited 
    								return types -->
    							<className>**</className>
    							<differenceType>7006</differenceType>
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun May 26 04:00:03 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_en.properties

    labels.fileConfigName=File System Config Name
    labels.fileName=File name
    labels.handlerName=Handler Name
    labels.handlerParameter=Parameters
    labels.handlerScript=Scripts
    labels.popularWord=Popular words
    labels.ignoreFailureType=Ignored Failure Type
    labels.lastAccessTime=Last Accessed
    labels.notificationTo=Notification To
    labels.num=Num
    labels.pn=Page Number
    labels.protocolScheme=Scheme
    labels.purgeByBots=Purge By Bots
    labels.logLevel=Log Level
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. false */
        String CRAWLER_IGNORE_ROBOTS_TXT = "crawler.ignore.robots.txt";
    
        /** The key of the configuration. e.g. false */
        String CRAWLER_IGNORE_ROBOTS_TAGS = "crawler.ignore.robots.tags";
    
        /** The key of the configuration. e.g. true */
        String CRAWLER_IGNORE_CONTENT_EXCEPTION = "crawler.ignore.content.exception";
    
        /** The key of the configuration. e.g. 404 */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  4. src/main/resources/fess_label.properties

    labels.fileConfigName=File System Config Name
    labels.fileName=File name
    labels.handlerName=Handler Name
    labels.handlerParameter=Parameters
    labels.handlerScript=Scripts
    labels.popularWord=Popular words
    labels.ignoreFailureType=Ignored Failure Type
    labels.lastAccessTime=Last Accessed
    labels.notificationTo=Notification To
    labels.num=Num
    labels.pn=Page Number
    labels.protocolScheme=Scheme
    labels.purgeByBots=Purge By Bots
    labels.logLevel=Log Level
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Popular words */
        public static final String LABELS_POPULAR_WORD = "{labels.popularWord}";
    
        /** The key of the message: Ignored Failure Type */
        public static final String LABELS_IGNORE_FAILURE_TYPE = "{labels.ignoreFailureType}";
    
        /** The key of the message: Last Accessed */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_fr.properties

    labels.fileName	=	Nom de fichier
    labels.handlerName	=	Nom du gestionnaire
    labels.handlerParameter	=	Paramètres
    labels.handlerScript	=	Scripts
    labels.popularWord	=	Mots populaires
    labels.ignoreFailureType	=	Type d'échec ignoré
    labels.lastAccessTime	=	Dernier accès
    labels.notificationTo	=	Notification à
    labels.num	=	Numéro
    labels.pn	=	Numéro de page
    labels.protocolScheme	=	Schème
    labels.purgeByBots	=	Purge par les bots
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_config.properties

    crawler.crawling.data.encoding=UTF-8
    crawler.web.protocols=http,https
    crawler.file.protocols=file,smb,smb1,ftp,storage
    crawler.data.env.param.key.pattern=^FESS_ENV_.*
    crawler.ignore.robots.txt=false
    crawler.ignore.robots.tags=false
    crawler.ignore.content.exception=true
    crawler.failure.url.status.codes=404
    crawler.system.monitor.interval=60
    crawler.hotthread.ignore_idle_threads=true
    crawler.hotthread.interval=500ms
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  8. fess-crawler-es/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java

                exists = response.isExists();
            } catch (final IndexNotFoundException e) {
                // ignore
            }
            if (!exists) {
                final CreateIndexResponse indexResponse = fesenClient.get(c -> {
                    final String source;
                    if (numberOfReplicas > 0) {
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Apr 04 09:58:36 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb/SmbFile.java

                    throw e;
                }
                try {
                    mkdir();
                }
                catch ( SmbException e ) {
                    log.debug("mkdirs", e);
                    // Ignore "Cannot create a file when that file already exists." errors for now as
                    // they seem to be show up under some conditions most likely due to timing issues.
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (0)
Back to top