Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 139 for CQ (0.01 sec)

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

        }
    
        @FunctionalInterface
        public interface BoolCall<CQ extends EsAbstractConditionQuery> {
    
            void callback(CQ must, CQ should, CQ mustNot, CQ filter);
        }
    
        @FunctionalInterface
        public interface FilteredCall<CQ extends EsAbstractConditionQuery, CF extends EsAbstractConditionQuery> {
    
            void callback(CQ query, CF filter);
        }
    
        @FunctionalInterface
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionQuery.java

        }
    
        @FunctionalInterface
        public interface BoolCall<CQ extends EsAbstractConditionQuery> {
    
            void callback(CQ must, CQ should, CQ mustNot, CQ filter);
        }
    
        @FunctionalInterface
        public interface FilteredCall<CQ extends EsAbstractConditionQuery, CF extends EsAbstractConditionQuery> {
    
            void callback(CQ query, CF filter);
        }
    
        @FunctionalInterface
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsRoleCA.java

                ConditionOptionCall<FilterAggregationBuilder> opLambda, OperatorCall<BsRoleCA> aggsLambda) {
            RoleCQ cq = new RoleCQ();
            if (queryLambda != null) {
                queryLambda.callback(cq);
            }
            FilterAggregationBuilder builder = regFilterA(name, cq.getQuery());
            if (opLambda != null) {
                opLambda.callback(builder);
            }
            if (aggsLambda != null) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/config/cbean/cq/BadWordCQ.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.cq;
    
    import org.codelibs.fess.es.config.cbean.cq.bs.BsBadWordCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class BadWordCQ extends BsBadWordCQ {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 819 bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/cbean/cq/CrawlingInfoParamCQ.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.cq;
    
    import org.codelibs.fess.es.config.cbean.cq.bs.BsCrawlingInfoParamCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class CrawlingInfoParamCQ extends BsCrawlingInfoParamCQ {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 849 bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/cbean/cq/DataConfigCQ.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.config.cbean.cq;
    
    import org.codelibs.fess.es.config.cbean.cq.bs.BsDataConfigCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class DataConfigCQ extends BsDataConfigCQ {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 828 bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsElevateWordToLabelCA.java

                ConditionOptionCall<FilterAggregationBuilder> opLambda, OperatorCall<BsElevateWordToLabelCA> aggsLambda) {
            ElevateWordToLabelCQ cq = new ElevateWordToLabelCQ();
            if (queryLambda != null) {
                queryLambda.callback(cq);
            }
            FilterAggregationBuilder builder = regFilterA(name, cq.getQuery());
            if (opLambda != null) {
                opLambda.callback(builder);
            }
            if (aggsLambda != null) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsRoleCQ.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.user.cbean.cq.bs;
    
    import java.time.LocalDateTime;
    import java.util.ArrayList;
    import java.util.Collection;
    
    import org.codelibs.fess.es.user.allcommon.EsAbstractConditionQuery;
    import org.codelibs.fess.es.user.cbean.cq.RoleCQ;
    import org.dbflute.cbean.ckey.ConditionKey;
    import org.opensearch.index.query.BoolQueryBuilder;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/log/cbean/cq/FavoriteLogCQ.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.log.cbean.cq;
    
    import org.codelibs.fess.es.log.cbean.cq.bs.BsFavoriteLogCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class FavoriteLogCQ extends BsFavoriteLogCQ {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 825 bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/log/cbean/cq/SearchLogCQ.java

     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.es.log.cbean.cq;
    
    import org.codelibs.fess.es.log.cbean.cq.bs.BsSearchLogCQ;
    
    /**
     * @author ESFlute (using FreeGen)
     */
    public class SearchLogCQ extends BsSearchLogCQ {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 819 bytes
    - Viewed (0)
Back to top