- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getBlob (3.52 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/gcs/GcsClient.java
final String path = paths[1]; if (logger.isDebugEnabled()) { logger.debug("Parsed GCS path: bucket={}, objectPath={}", bucketName, path); } final Blob blob = getBlob(bucketName, path); if (blob == null) { final Set<RequestData> requestDataSet = new HashSet<>();
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 17.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/SitemapsHelperTest.java
assertEquals(4, sitemaps.length); assertEquals("http://www.example.com/page1.html", sitemaps[0].getLoc()); assertEquals("http://www.example.com/page2.html", sitemaps[1].getLoc()); assertEquals("http://www.example.com/page3.html", sitemaps[2].getLoc()); assertEquals("https://www.example.com/page4.html", sitemaps[3].getLoc()); } public void test_parseXmlSitemapsIndex_missingLoc() {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 36.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/SitemapsHelper.java
if (URL_ELEMENT.equals(elementName)) { if (sitemapUrl != null) { // Only add sitemap URL if loc is not empty final String loc = sitemapUrl.getLoc(); if (loc != null && !loc.trim().isEmpty()) { sitemapSet.addSitemap(sitemapUrl); } else { if (logger.isDebugEnabled()) {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Fri Nov 14 13:19:40 UTC 2025 - 34.9K bytes - Viewed (0)