Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 67 for pool (0.21 sec)

  1. src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java

            final ForkJoinPool pool = new ForkJoinPool(10);
            for (int i = 0; i < 1000; i++) {
                pool.execute(() -> {
                    assertEquals(result, crawlingInfoHelper.generateId(dataMap));
                    counter.incrementAndGet();
                });
            }
            pool.shutdown();
            pool.awaitTermination(10, TimeUnit.SECONDS);
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 8.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. groovy */
        String CRAWLER_DEFAULT_SCRIPT = "crawler.default.script";
    
        /** The key of the configuration. e.g. 0 */
        String CRAWLER_HTTP_thread_pool_SIZE = "crawler.http.thread_pool.size";
    
        /** The key of the configuration. e.g. 100 */
        String CRAWLER_DOCUMENT_MAX_SITE_LENGTH = "crawler.document.max.site.length";
    
        /** The key of the configuration. e.g. UTF-8 */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  3. src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java

        }
    
        protected ExecutorService newFixedThreadPool(final int nThreads) {
            if (logger.isDebugEnabled()) {
                logger.debug("Executor Thread Pool: {}", nThreads);
            }
            return new ThreadPoolExecutor(nThreads, nThreads, 0L, TimeUnit.MILLISECONDS, new LinkedBlockingQueue<>(nThreads),
                    new ThreadPoolExecutor.CallerRunsPolicy());
        }
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.8K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsCrawlingInfoCQ.java

        }
    
        public void bool(BoolCall<CrawlingInfoCQ> boolLambda) {
            bool(boolLambda, null);
        }
    
        public void bool(BoolCall<CrawlingInfoCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
            CrawlingInfoCQ mustQuery = new CrawlingInfoCQ();
            CrawlingInfoCQ shouldQuery = new CrawlingInfoCQ();
            CrawlingInfoCQ mustNotQuery = new CrawlingInfoCQ();
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 34.5K bytes
    - Viewed (0)
  5. src/main/webapp/css/admin/adminlte.min.css

    r a:hover{border-top:3px solid #dee2e6}.card-primary.card-outline-tabs>.card-header a.active{border-top:3px solid #007bff}.bg-gradient-primary .btn-tool,.bg-primary .btn-tool,.card-primary:not(.card-outline) .btn-tool{color:rgba(255,255,255,.8)}.bg-gradient-primary .btn-tool:hover,.bg-primary .btn-tool:hover,.card-primary:not(.card-outline) .btn-tool:hover{color:#fff}.card.bg-gradient-primary .bootstrap-datetimepicker-widget .table td,.card.bg-gradient-primary .bootstrap-datetimepicker-widget .table...
    CSS
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 641.1K bytes
    - Viewed (2)
  6. src/test/java/org/codelibs/fess/entity/GeoInfoTest.java

            request.setParameter("geo.location.2.point", "35,151");
            request.setParameter("geo.location.2.distance", "1km");
    
            final GeoInfo geoInfo = new GeoInfo(request);
            String result =
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 2.9K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsDuplicateHostCQ.java

        }
    
        public void bool(BoolCall<DuplicateHostCQ> boolLambda) {
            bool(boolLambda, null);
        }
    
        public void bool(BoolCall<DuplicateHostCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
            DuplicateHostCQ mustQuery = new DuplicateHostCQ();
            DuplicateHostCQ shouldQuery = new DuplicateHostCQ();
            DuplicateHostCQ mustNotQuery = new DuplicateHostCQ();
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 58.4K bytes
    - Viewed (0)
  8. src/main/webapp/css/admin/adminlte.min.css.map

    solid #dee2e6;\n}\n\n.card-primary.card-outline-tabs > .card-header a.active {\n  border-top: 3px solid #007bff;\n}\n\n.bg-primary .btn-tool,\n.bg-gradient-primary .btn-tool,\n.card-primary:not(.card-outline) .btn-tool {\n  color: rgba(255, 255, 255, 0.8);\n}\n\n.bg-primary .btn-tool:hover,\n.bg-gradient-primary .btn-tool:hover,\n.card-primary:not(.card-outline) .btn-tool:hover {\n  color: #ffffff;\n}\n\n.card.bg-primary .bootstrap-datetimepicker-widget .table td,\n.card.bg-primary .bootstrap-datetimepicker-widget...
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 2M bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsKeyMatchCQ.java

        }
    
        public void bool(BoolCall<KeyMatchCQ> boolLambda) {
            bool(boolLambda, null);
        }
    
        public void bool(BoolCall<KeyMatchCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
            KeyMatchCQ mustQuery = new KeyMatchCQ();
            KeyMatchCQ shouldQuery = new KeyMatchCQ();
            KeyMatchCQ mustNotQuery = new KeyMatchCQ();
            KeyMatchCQ filterQuery = new KeyMatchCQ();
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 68.6K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsJobLogCQ.java

        }
    
        public void bool(BoolCall<JobLogCQ> boolLambda) {
            bool(boolLambda, null);
        }
    
        public void bool(BoolCall<JobLogCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
            JobLogCQ mustQuery = new JobLogCQ();
            JobLogCQ shouldQuery = new JobLogCQ();
            JobLogCQ mustNotQuery = new JobLogCQ();
            JobLogCQ filterQuery = new JobLogCQ();
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 71.3K bytes
    - Viewed (0)
Back to top