Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dataconfig (0.91 sec)

  1. src/main/resources/fess_config.properties

    # Online help key for path mapping.
    online.help.name.pathmap=pathmap
    # Online help key for boost document.
    online.help.name.boostdoc=boostdoc
    # Online help key for data config.
    online.help.name.dataconfig=dataconfig
    # Online help key for system info.
    online.help.name.systeminfo=systeminfo
    # Online help key for user.
    online.help.name.user=user
    # Online help key for group.
    online.help.name.group=group
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsDataConfigCA.java

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