Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 100 for bool (0.2 sec)

  1. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsRoleCQ.java

        }
    
        public void bool(BoolCall<RoleCQ> boolLambda) {
            bool(boolLambda, null);
        }
    
        public void bool(BoolCall<RoleCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
            RoleCQ mustQuery = new RoleCQ();
            RoleCQ shouldQuery = new RoleCQ();
            RoleCQ mustNotQuery = new RoleCQ();
            RoleCQ filterQuery = new RoleCQ();
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 13.9K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/helper/QueryHelperTest.java

                    Set.of("QUERY1"), //
                    buildQuery("QUERY1^10"));
    
            assertQueryContext(
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 37.3K bytes
    - Viewed (0)
  3. 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)
  4. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsGroupCQ.java

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

            bool((must, should, mustNot, filter) -> notLambda.callback(mustNot), opLambda);
        }
    
        public void bool(BoolCall<ElevateWordToLabelCQ> boolLambda) {
            bool(boolLambda, null);
        }
    
        public void bool(BoolCall<ElevateWordToLabelCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 23.8K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. src/main/java/org/codelibs/fess/app/service/JobLogService.java

        public void updateStatus() {
            final long expiry = ComponentUtil.getSystemHelper().getCurrentTimeAsLong() - expiredJobInterval;
            final List<JobLog> list = jobLogBhv.selectList(cb -> {
                cb.query().bool((must, should, mustNot, filter) -> {
                    must.setLastUpdated_LessEqual(expiry);
                    mustNot.setEndTime_Exists();
                });
            });
            if (!list.isEmpty()) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 4.2K bytes
    - Viewed (0)
Back to top