- Sort Score
- Result 10 results
- Languages All
Results 131 - 136 of 136 for indexer (0.23 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/FileTransformer.java
*/ protected String getFilePath(final String url) { return url.replaceAll("/+", "/") .replace("./", "") .replace("../", "") .replaceAll("/$", "/index.html") .replaceAll("\\?", questionStr) .replaceAll(":", colonStr) .replaceAll(";", semicolonStr) .replaceAll("&", ampersandStr); } /**Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 11.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/Crawler.java
crawlerThread.setClientFactory(clientFactory); threads[i] = new Thread(crawlerThreadGroup, crawlerThread, "Crawler-" + crawlerContext.sessionId + "-" + Integer.toString(i + 1)); threads[i].setDaemon(daemon); threads[i].setPriority(threadPriority); } // run crawlerContext.setStatus(CrawlerStatus.RUNNING);
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 14K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapUrl.java
* Search engines may use this information when selecting between URLs on * the same site, so you can use this tag to increase the likelihood that * your most important pages are present in a search index. * * Also, please note that assigning a high priority to all of the URLs on * your site is not likely to help you. Since the priority is relative, it * is only used to select between URLs on your site.Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 6.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/rule/RuleTest.java
} // Check status code condition String statusCodeCondition = conditions.get("statusCode"); if (statusCodeCondition != null) { int expectedCode = Integer.parseInt(statusCodeCondition); if (responseData.getHttpStatusCode() != expectedCode) { return false; } } return true; }Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Wed Sep 03 14:42:53 UTC 2025 - 22.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/CrawlerThread.java
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 20.4K bytes - Viewed (0) -
src/main/resources/suggest_indices/suggest_analyzer.json
{ "index": { "refresh_interval": "1s", "number_of_shards": 1, "number_of_replicas": 0, "auto_expand_replicas": "0-1" }, "analysis" : { "tokenizer" : { "kuromoji_neologd_normal" : { "type" : "reloadable_kuromoji_tokenizer", "mode" : "normal", "discard_punctuation" : "false" }, "pattern_split" : { "type" : "simple_pattern_split", "pattern" : "__and__"Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Oct 03 02:51:59 UTC 2019 - 57.3K bytes - Viewed (0)