Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CrawlingInfoCQ (0.64 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsCrawlingInfoCQ.java

            CrawlingInfoCQ mustQuery = new CrawlingInfoCQ();
            CrawlingInfoCQ shouldQuery = new CrawlingInfoCQ();
            CrawlingInfoCQ mustNotQuery = new CrawlingInfoCQ();
            CrawlingInfoCQ filterQuery = new CrawlingInfoCQ();
            boolLambda.callback(mustQuery, shouldQuery, mustNotQuery, filterQuery);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 34.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsCrawlingInfoCA.java

                ConditionOptionCall<FilterAggregationBuilder> opLambda, OperatorCall<BsCrawlingInfoCA> aggsLambda) {
            CrawlingInfoCQ cq = new CrawlingInfoCQ();
            if (queryLambda != null) {
                queryLambda.callback(cq);
            }
            FilterAggregationBuilder builder = regFilterA(name, cq.getQuery());
            if (opLambda != null) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 31.6K bytes
    - Viewed (0)
Back to top