Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for getJobSystemPropertyFilterPattern (0.59 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)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * comment: Pattern to filter system properties for jobs.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getJobSystemPropertyFilterPattern();
    
        /**
         * Get the value for the key 'job.system.property.filter.pattern' as {@link Integer}. <br>
         * The value is, e.g.  <br>
         * comment: Pattern to filter system properties for jobs.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top