- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 61 for exploration (0.32 seconds)
-
docs/en/docs/features.md
### Automatic docs { #automatic-docs } Interactive API documentation and exploration web user interfaces. As the framework is based on OpenAPI, there are multiple options, 2 included by default. * [**Swagger UI**](https://github.com/swagger-api/swagger-ui), with interactive exploration, call and test your API directly from the browser.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 8.9K bytes - Click Count (0) -
src/main/resources/fess_label_fr.properties
labels.crawling_info_CrawlerStartTime=Heure de début du robot d'exploration labels.crawling_info_CrawlerEndTime=Heure de fin du robot d'exploration labels.crawling_info_CrawlerExecTime=Temps d'exécution du robot d'exploration labels.crawling_info_CrawlerStatus=Statut du robot d'exploration labels.crawling_info_WebFsCrawlExecTime=Temps d'exécution de l'exploration (Web/Fichier)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.4K bytes - Click Count (0) -
docs/fr/docs/features.md
### Documentation automatique { #automatic-docs } Documentation d'API interactive et interfaces web d'exploration. Comme le framework est basé sur OpenAPI, plusieurs options existent, 2 incluses par défaut. * [**Swagger UI**](https://github.com/swagger-api/swagger-ui), avec exploration interactive, appelez et testez votre API directement depuis le navigateur.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 10.7K bytes - Click Count (0) -
docs/fr/docs/_llm-test.md
* <abbr title="Parallel Server Gateway Interface - Interface passerelle serveur parallèle">PSGI</abbr> ### L’abbr donne une expression complète et une explication { #the-abbr-gives-a-full-phrase-and-an-explanation } * <abbr title="Mozilla Developer Network - Réseau des développeurs Mozilla: documentation pour les développeurs, écrite par l’équipe Firefox">MDN</abbr>
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/RateLimitHelperTest.java
// Guava Cache handles expiration automatically // Wait for cache to expire and call cleanup try { Thread.sleep(100L); } catch (final InterruptedException e) { // ignore } rateLimitHelper.cleanup(); // After cleanup, the expired entry should be removed // Note: The actual expiration depends on the configured block durationCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/RateLimitHelper.java
import jakarta.servlet.http.HttpServletRequest; /** * Helper class for rate limiting functionality. * Implements a sliding window algorithm for request counting * and manages IP-based blocking using Guava Cache for automatic expiration. */ public class RateLimitHelper { private static final Logger logger = LogManager.getLogger(RateLimitHelper.class); /** * Request counters per IP address.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Dec 24 14:16:27 GMT 2025 - 9.4K bytes - Click Count (0) -
src/main/resources/fess_message_fr.properties
success.crawling_info_delete_all = Données de session supprimées. success.start_crawl_process = Démarrage d'un processus d'exploration. success.upload_design_file = {0} mis à jour. success.update_design_jsp_file = {0} mis à jour. success.create_crawling_config_at_wizard = Création d'une configuration d'exploration {0}. success.failure_url_delete_all = URL d'échec supprimées. success.delete_file = Fichier {0} supprimé.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 14.1K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc4ConnectionMonitorTarget.java
/** * Hc4ConnectionMonitorTarget is responsible for monitoring and managing HTTP client connections * for Apache HttpComponents 4.x. It implements the TimeoutTarget interface to handle connection * expiration events. * * <p>This class uses an instance of HttpClientConnectionManager to manage the connections. * It closes expired connections and idle connections that have exceeded a specified timeout. * </p> *
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sun Jan 04 13:09:59 GMT 2026 - 3.3K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/Hc5ConnectionMonitorTarget.java
/** * Hc5ConnectionMonitorTarget is responsible for monitoring and managing HTTP client connections * for Apache HttpComponents 5.x. It implements the TimeoutTarget interface to handle connection * expiration events. * * <p>This class uses an instance of HttpClientConnectionManager to manage the connections. * It closes expired connections and idle connections that have exceeded a specified timeout. * </p> *
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Sun Jan 04 13:09:59 GMT 2026 - 3.3K bytes - Click Count (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/OpenSearchUrlFilterService.java
} catch (final ExecutionException e) { throw new CrawlerSystemException(e); } } /** * Sets the filter cache expiration time. * @param filterCacheExpireAfterWrite The expiration time in seconds. */ public void setFilterCacheExpireAfterWrite(final int filterCacheExpireAfterWrite) { this.filterCacheExpireAfterWrite = filterCacheExpireAfterWrite;
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Nov 20 08:40:57 GMT 2025 - 9K bytes - Click Count (0)