Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FileAuthenticationCQ (0.13 sec)

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

        public void bool(BoolCall<FileAuthenticationCQ> boolLambda, ConditionOptionCall<BoolQueryBuilder> opLambda) {
            FileAuthenticationCQ mustQuery = new FileAuthenticationCQ();
            FileAuthenticationCQ shouldQuery = new FileAuthenticationCQ();
            FileAuthenticationCQ mustNotQuery = new FileAuthenticationCQ();
            FileAuthenticationCQ filterQuery = new FileAuthenticationCQ();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 88.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsFileAuthenticationCA.java

                ConditionOptionCall<FilterAggregationBuilder> opLambda, OperatorCall<BsFileAuthenticationCA> aggsLambda) {
            FileAuthenticationCQ cq = new FileAuthenticationCQ();
            if (queryLambda != null) {
                queryLambda.callback(cq);
            }
            FilterAggregationBuilder builder = regFilterA(name, cq.getQuery());
            if (opLambda != null) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 71.3K bytes
    - Viewed (0)
Back to top