Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for getJobSystemPropertyFilterPattern (1.11 sec)

  1. src/main/java/org/codelibs/fess/job/SuggestJob.java

            }
    
            addFessConfigProperties(cmdList);
            addFessSystemProperties(cmdList);
            addFessCustomSystemProperties(cmdList, fessConfig.getJobSystemPropertyFilterPattern());
            addSystemProperty(cmdList, Constants.FESS_CONF_PATH, null, null);
            cmdList.add("-Dfess." + getExecuteType() + ".process=true");
            if (logFilePath == null) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java

            }
    
            addFessConfigProperties(cmdList);
            addFessSystemProperties(cmdList);
            addFessCustomSystemProperties(cmdList, fessConfig.getJobSystemPropertyFilterPattern());
            addSystemProperty(cmdList, Constants.FESS_CONF_PATH, null, null);
            cmdList.add("-Dfess." + getExecuteType() + ".process=true");
            if (logFilePath == null) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 11.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/job/CrawlJob.java

            }
    
            addFessConfigProperties(cmdList);
            addFessSystemProperties(cmdList);
            addFessCustomSystemProperties(cmdList, fessConfig.getJobSystemPropertyFilterPattern());
            addSystemProperty(cmdList, Constants.FESS_CONF_PATH, null, null);
            cmdList.add("-Dfess." + getExecuteType() + ".process=true");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 19.6K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/job/SuggestJobTest.java

            }
    
            @Override
            public String getLdapAttrBusinessCategory() {
                return "businessCategory";
            }
    
            @Override
            public String getJobSystemPropertyFilterPattern() {
                return "custom\\..*";
            }
    
            @Override
            public String getLdapAttrTeletexTerminalIdentifier() {
                return "teletexTerminalIdentifier";
            }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 31.4K bytes
    - Viewed (0)
Back to top