Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 42 for Cool (0.12 sec)

  1. 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 May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 20K bytes
    - Viewed (0)
  2. 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 May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 4.2K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsClickLogCQ.java

        }
    
        public void bool(BoolCall<ClickLogCQ> boolLambda) {
            bool(boolLambda, null);
        }
    
        public void bool(BoolCall<ClickLogCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
            ClickLogCQ mustQuery = new ClickLogCQ();
            ClickLogCQ shouldQuery = new ClickLogCQ();
            ClickLogCQ mustNotQuery = new ClickLogCQ();
            ClickLogCQ filterQuery = new ClickLogCQ();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 63.5K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsPathMappingCQ.java

        }
    
        public void bool(BoolCall<PathMappingCQ> boolLambda) {
            bool(boolLambda, null);
        }
    
        public void bool(BoolCall<PathMappingCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
            PathMappingCQ mustQuery = new PathMappingCQ();
            PathMappingCQ shouldQuery = new PathMappingCQ();
            PathMappingCQ mustNotQuery = new PathMappingCQ();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 72.1K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsFileAuthenticationCQ.java

            bool((must, should, mustNot, filter) -> notLambda.callback(mustNot), opLambda);
        }
    
        public void bool(BoolCall<FileAuthenticationCQ> boolLambda) {
            bool(boolLambda, null);
        }
    
        public void bool(BoolCall<FileAuthenticationCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 88.1K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsUserInfoCQ.java

        }
    
        public void bool(BoolCall<UserInfoCQ> boolLambda) {
            bool(boolLambda, null);
        }
    
        public void bool(BoolCall<UserInfoCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
            UserInfoCQ mustQuery = new UserInfoCQ();
            UserInfoCQ shouldQuery = new UserInfoCQ();
            UserInfoCQ mustNotQuery = new UserInfoCQ();
            UserInfoCQ filterQuery = new UserInfoCQ();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 20.1K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsThumbnailQueueCQ.java

        }
    
        public void bool(BoolCall<ThumbnailQueueCQ> boolLambda) {
            bool(boolLambda, null);
        }
    
        public void bool(BoolCall<ThumbnailQueueCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
            ThumbnailQueueCQ mustQuery = new ThumbnailQueueCQ();
            ThumbnailQueueCQ shouldQuery = new ThumbnailQueueCQ();
            ThumbnailQueueCQ mustNotQuery = new ThumbnailQueueCQ();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 51.1K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsRoleTypeCQ.java

        }
    
        public void bool(BoolCall<RoleTypeCQ> boolLambda) {
            bool(boolLambda, null);
        }
    
        public void bool(BoolCall<RoleTypeCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
            RoleTypeCQ mustQuery = new RoleTypeCQ();
            RoleTypeCQ shouldQuery = new RoleTypeCQ();
            RoleTypeCQ mustNotQuery = new RoleTypeCQ();
            RoleTypeCQ filterQuery = new RoleTypeCQ();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 55.2K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsElevateWordCQ.java

        }
    
        public void bool(BoolCall<ElevateWordCQ> boolLambda) {
            bool(boolLambda, null);
        }
    
        public void bool(BoolCall<ElevateWordCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
            ElevateWordCQ mustQuery = new ElevateWordCQ();
            ElevateWordCQ shouldQuery = new ElevateWordCQ();
            ElevateWordCQ mustNotQuery = new ElevateWordCQ();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 64.2K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsAccessTokenCQ.java

        }
    
        public void bool(BoolCall<AccessTokenCQ> boolLambda) {
            bool(boolLambda, null);
        }
    
        public void bool(BoolCall<AccessTokenCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
            AccessTokenCQ mustQuery = new AccessTokenCQ();
            AccessTokenCQ shouldQuery = new AccessTokenCQ();
            AccessTokenCQ mustNotQuery = new AccessTokenCQ();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 71.8K bytes
    - Viewed (0)
Back to top