Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Op (0.16 sec)

  1. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionQuery.java

                regQ(QueryBuilders.idsQuery().addIds(id));
            }
        }
    
        @FunctionalInterface
        public interface ConditionOptionCall<OP extends QueryBuilder> {
    
            /**
             * @param op The option of condition to be set up. (NotNull)
             */
            void callback(OP op);
        }
    
        @FunctionalInterface
        public interface BoolCall<CQ extends EsAbstractConditionQuery> {
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionQuery.java

                regQ(QueryBuilders.idsQuery().addIds(id));
            }
        }
    
        @FunctionalInterface
        public interface ConditionOptionCall<OP extends QueryBuilder> {
    
            /**
             * @param op The option of condition to be set up. (NotNull)
             */
            void callback(OP op);
        }
    
        @FunctionalInterface
        public interface BoolCall<CQ extends EsAbstractConditionQuery> {
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionQuery.java

                regQ(QueryBuilders.idsQuery().addIds(id));
            }
        }
    
        @FunctionalInterface
        public interface ConditionOptionCall<OP extends QueryBuilder> {
    
            /**
             * @param op The option of condition to be set up. (NotNull)
             */
            void callback(OP op);
        }
    
        @FunctionalInterface
        public interface BoolCall<CQ extends EsAbstractConditionQuery> {
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 21.1K bytes
    - Viewed (0)
Back to top