Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setCrawler_Exists (0.09 seconds)

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

            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
        public void setCrawler_Exists() {
            setCrawler_Exists(null);
        }
    
        public void setCrawler_Exists(ConditionOptionCall<ExistsQueryBuilder> opLambda) {
            ExistsQueryBuilder builder = regExistsQ("crawler");
            if (opLambda != null) {
    Created: 2026-03-31 13:07
    - Last Modified: 2025-03-15 06:53
    - 98.1K bytes
    - Click Count (0)
Back to Top