Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 62 for pool (0.01 sec)

  1. CrawlingInfoHelperTest.java

    final AtomicInteger counter = new AtomicInteger(0); L165: final ForkJoinPool pool = new ForkJoinPool(10); L166: for (int i = 0; i < 1000; i++) { L167: pool.execute(() -> { L168: assertEquals(result, crawlingInfoHelper.generateId(dataMap)); L169: counter.incrementAndGet(); L170: }); L171: } L172: pool.shutdown(); L173: pool.awaitTermination(10, TimeUnit.SECONDS); L174: assertEquals(1000, counter.get());...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      8.5K bytes
  2. FileListIndexUpdateCallbackImpl.java

    maxRedirectCount = fessConfig.getIndexerDataMaxRedirectCountAsInteger(); L88: } L89: L90: protected ExecutorService newFixedThreadPool(final int nThreads) { L91: if (logger.isDebugEnabled()) { L92: logger.debug("Executor Thread Pool: {}", nThreads); L93: } L94: return new ThreadPoolExecutor(nThreads, nThreads, 0L, TimeUnit.MILLISECONDS, new LinkedBlockingQueue<>(nThreads), L95: new ThreadPoolExecutor.CallerRunsPolicy()); L96: } L97: L98: @Override...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      16.8K bytes
  3. BsRoleCQ.java

    t), opLambda); L99: } L100: L101: public void bool(BoolCall<RoleCQ> boolLambda) { L102: bool(boolLambda, null); L103: } L104: L105: public void bool(BoolCall<RoleCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) { L106: RoleCQ mustQuery = new RoleCQ(); L107: RoleCQ shouldQuery = new RoleCQ(); L108: RoleCQ mustNotQuery = new RoleCQ(); L109: RoleCQ filterQuery = new RoleCQ(); L110: boolLambda.callback(mustQuery, shouldQuery, mustNotQuery,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      13.9K bytes
  4. QueryHelperTest.java

    // L180: Set.of("QUERY1", "QUERY2"), // L181: buildQuery("QUERY1 OR QUERY2")); L182: L183: } L184: L185: public void test_build_boost() { L186: setQueryType("bool"); L187: assertQueryContext( L188: "{\"function_score\":{\"query\":{\"bool\":{\"should\":[{\"match_phrase\":{\"title\":{\"query\":\"QUERY1\",\"slop\":0,\"zero_terms_query\":\"NONE\",\"boost\":5.0}}},{\"match_phrase\":{\"content\":{\"query\":\"QUERY1\",\"slop\":0,\"zero_term...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Jul 11 08:26:36 UTC 2024
      39.8K bytes
  5. BsGroupCQ.java

    ot), opLambda); L99: } L100: L101: public void bool(BoolCall<GroupCQ> boolLambda) { L102: bool(boolLambda, null); L103: } L104: L105: public void bool(BoolCall<GroupCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) { L106: GroupCQ mustQuery = new GroupCQ(); L107: GroupCQ shouldQuery = new GroupCQ(); L108: GroupCQ mustNotQuery = new GroupCQ(); L109: GroupCQ filterQuery = new GroupCQ(); L110: boolLambda.callback(mustQuery, shouldQuery,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      20K bytes
  6. fess_env_crawler.properties

    Core L6:# ====== L7:# The mode of Lasta Di's smart-deploy, should be cool in production (e.g. hot, cool, warm) L8:lasta_di.smart.deploy.mode = warm L9: L10:# Is development environment here? (used for various purpose, you should set false if unknown) L11:development.here = false L12: L13:# The title of environment (e.g. local or integration...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Jan 29 07:34:32 UTC 2018
      2.2K bytes
  7. fess_env_thumbnail.properties

    Core L6:# ====== L7:# The mode of Lasta Di's smart-deploy, should be cool in production (e.g. hot, cool, warm) L8:lasta_di.smart.deploy.mode = warm L9: L10:# Is development environment here? (used for various purpose, you should set false if unknown) L11:development.here = false L12: L13:# The title of environment (e.g. local or integration...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Feb 12 13:38:57 UTC 2018
      2.2K bytes
  8. fess_env_web.properties

    Core L6:# ====== L7:# The mode of Lasta Di's smart-deploy, should be cool in production (e.g. hot, cool, warm) L8:lasta_di.smart.deploy.mode = cool L9: L10:# Is development environment here? (used for various purpose, you should set false if unknown) L11:development.here = false L12: L13:# The title of environment (e.g. local or integration or production) ...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Jan 29 07:34:32 UTC 2018
      2.2K bytes
  9. BsCrawlingInfoCQ.java

    notLambda.callback(mustNot), opLambda); L100: } L101: L102: public void bool(BoolCall<CrawlingInfoCQ> boolLambda) { L103: bool(boolLambda, null); L104: } L105: L106: public void bool(BoolCall<CrawlingInfoCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) { L107: CrawlingInfoCQ mustQuery = new CrawlingInfoCQ(); L108: CrawlingInfoCQ shouldQuery = new CrawlingInfoCQ(); L109: CrawlingInfoCQ mustNotQuery = new CrawlingInfoCQ(); L110: CrawlingInfoCQ filterQuery...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      34.5K bytes
  10. fess_env.properties

    Core L6:# ====== L7:# The mode of Lasta Di's smart-deploy, should be cool in production (e.g. hot, cool, warm) L8:lasta_di.smart.deploy.mode = warm L9: L10:# Is development environment here? (used for various purpose, you should set false if unknown) L11:development.here = true L12: L13:# The title of environment (e.g. local or integration...
    github.com/codelibs/fess/src/main/resources/fes...
    Sat Aug 07 04:53:24 UTC 2021
      2.2K bytes
Back to top