Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getCrawlerDocumentUnknownHostname (0.09 sec)

  1. src/main/java/org/codelibs/fess/crawler/transformer/FessTransformer.java

            }
    
            idx = url.indexOf('/');
            if (idx >= 0) {
                url = url.substring(0, idx);
            }
    
            if (url.equals(originalUrl)) {
                return getFessConfig().getCrawlerDocumentUnknownHostname();
            }
    
            return url;
        }
    
        /**
         * Extracts and processes the site path from a URL with proper encoding handling.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 13.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * comment: Hostname to use when unknown in documents.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getCrawlerDocumentUnknownHostname();
    
        /**
         * Get the value for the key 'crawler.document.use.site.encoding.on.english'. <br>
         * The value is, e.g. false <br>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (2)
Back to top