Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setCrawlingInfoId_InScope (0.23 sec)

  1. src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java

                for (final CrawlingInfo cs : crawlingInfoList) {
                    crawlingInfoIdList.add(cs.getId());
                }
                crawlingInfoParamBhv.queryDelete(cb2 -> cb2.query().setCrawlingInfoId_InScope(crawlingInfoIdList));
                crawlingInfoBhv.batchDelete(crawlingInfoList, op -> op.setRefreshPolicy(Constants.TRUE));
            }
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsCrawlingInfoParamCQ.java

            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
        public void setCrawlingInfoId_InScope(Collection<String> crawlingInfoIdList) {
            setCrawlingInfoId_Terms(crawlingInfoIdList, null);
        }
    
        public void setCrawlingInfoId_InScope(Collection<String> crawlingInfoIdList, ConditionOptionCall<TermsQueryBuilder> opLambda) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 36K bytes
    - Viewed (0)
Back to top