- Sort Score
- Result 10 results
- Languages All
Results 11 - 13 of 13 for pools (0.01 sec)
-
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/OpenSearchUrlQueueService.java
if (logger.isDebugEnabled()) { logger.debug("Offered URL: Session ID: {}, UrlQueue: {}", sessionId, targetList); } } } /** * Polls the next URL queue entry for the specified session. * This method manages local caches and fetches from OpenSearch when needed. * * @param sessionId The session ID.
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 17K bytes - Viewed (1) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<mime-type type="application/cals-1840"/> <mime-type type="application/cbor"> <acronym>CBOR</acronym> <_comment>Concise Binary Object Representation container</_comment> <tika:link>http://tools.ietf.org/html/rfc7049</tika:link> <magic priority="60"> <match value="0xd9d9f7" type="string" offset="0" /> </magic> <glob pattern="*.cbor"/> </mime-type>Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
} }); }); httpClient = closeableHttpClient; } /** * Builds the HTTP client connection manager with SSL and connection pool settings. * * @param httpClientBuilder The HTTP client builder * @return The configured connection manager */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 52.2K bytes - Viewed (0)