- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 34 for integer (0.03 sec)
-
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/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/src/main/java/org/codelibs/fess/crawler/entity/UrlQueueImpl.java
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 6.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/ApiExtractor.java
/** The access timeout in seconds. */ protected Integer accessTimeout; // sec /** The HTTP client used for API calls. */ protected CloseableHttpClient httpClient; /** The connection timeout in milliseconds. */ protected Integer connectionTimeout; /** The socket timeout in milliseconds. */ protected Integer soTimeout; /** The map of authentication scheme providers. */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 12.2K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/AbstractCrawlerClient.java
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 9.7K bytes - Viewed (10) -
src/main/java/org/codelibs/fess/suggest/index/contents/document/ESSourceReader.java
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 11K bytes - Viewed (0)