Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Brunei (0.13 sec)

  1. src/main/resources/fess_config.properties

    crawler.document.html.lang.xpath=//HTML/@lang
    crawler.document.html.digest.xpath=//META[@name='description']/@content
    crawler.document.html.canonical.xpath=//LINK[@rel='canonical'][1]/@href
    crawler.document.html.pruned.tags=noscript,script,style,header,footer,aside,nav,a[rel=nofollow]
    crawler.document.html.max.digest.length=120
    crawler.document.html.default.lang=
    crawler.document.html.default.include.index.patterns=
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  2. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

                if (prunedTags == null) {
                    final Map<String, String> configMap = crawlingConfig.getConfigParameterMap(ConfigName.CONFIG);
                    final String value = configMap.get(CrawlingConfig.Param.Config.HTML_PRUNED_TAGS);
                    if (StringUtil.isNotBlank(value)) {
                        prunedTags = PrunedTag.parse(value);
                    }
                    if (prunedTags == null) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 41.9K bytes
    - Viewed (0)
Back to top