- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 34 for Integer (0.08 sec)
-
fess-crawler-opensearch/src/main/resources/mapping/data.json
}, "lastModified": { "type": "long" }, "ruleId": { "type": "keyword" }, "httpStatusCode": { "type": "integer" }, "status": { "type": "integer" } }Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Nov 07 04:44:10 UTC 2024 - 963 bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/program/test.hpp
// Header Test テスト
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 48 bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/AccessResultImpl.java
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 9K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/interval/impl/HostIntervalControllerTest.java
final Callable<Integer> testCallable = new Callable<Integer>() { public Integer call() throws Exception { CrawlingParameterUtil.setUrlQueue(q); controller.delayBeforeProcessing(); return 0; } }; // Callableタスクを複数生成 final List<Callable<Integer>> tasks = new ArrayList<Callable<Integer>>();Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 3.2K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerContextTest.java
crawlerContext.setActiveThreadCount(Integer.MAX_VALUE); assertEquals(Integer.MAX_VALUE, crawlerContext.getActiveThreadCount().intValue()); crawlerContext.setNumOfThread(Integer.MAX_VALUE); assertEquals(Integer.MAX_VALUE, crawlerContext.getNumOfThread()); crawlerContext.setMaxThreadCheckCount(Integer.MAX_VALUE); assertEquals(Integer.MAX_VALUE, crawlerContext.getMaxThreadCheckCount());
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 25.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
/** Connection timeout in milliseconds */ protected Integer connectionTimeout; /** Maximum total number of connections */ protected Integer maxTotalConnections; /** Maximum connections per route */ protected Integer maxConnectionsPerRoute; /** Socket timeout in milliseconds */ protected Integer soTimeout; /** Cookie specification to use */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 52.2K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/program/test.h
// Header Test テスト
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 48 bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/AccessResult.java
* * @return the status */ Integer getStatus(); /** * Sets the status of the access result. * * @param status the status */ void setStatus(Integer status); /** * Returns the HTTP status code of the access result. * * @return the HTTP status code */ Integer getHttpStatusCode(); /**Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 5.2K bytes - Viewed (10) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/UrlQueue.java
/** * Retrieves the depth of the URL in the queue. * * @return the depth of the URL as an Integer. */ Integer getDepth(); /** * Sets the depth of the URL in the queue. * * @param depth the depth to set, represented as an Integer. */ void setDepth(Integer depth); /** * Returns the last modified timestamp of the URL in the queue. *Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 4.3K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/resources/mapping/queue.json
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Nov 07 04:44:10 UTC 2024 - 457 bytes - Viewed (0)