- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getBlob (0.66 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/net/protocol/gcs/Handler.java
@Override public InputStream getInputStream() throws IOException { if (!connected) { connect(); } try { final Blob blobObj = getBlob(); if (blobObj == null) { throw new IOException("Object not found: bucket=" + bucketName + ", object=" + objectName); }Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 9.6K bytes - Viewed (0) -
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)