Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for intervalTime (0.12 sec)

  1. src/main/config/es/fess_config_file_config.json

                "type" : "keyword"
              },
              "includedDocPaths" : {
                "type" : "keyword"
              },
              "includedPaths" : {
                "type" : "keyword"
              },
              "intervalTime" : {
                "type" : "integer"
              },
              "maxAccessCount" : {
                "type" : "long"
              },
              "name" : {
                "type" : "keyword"
              },
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/fileconfig/CreateForm.java

        /** The interval time between crawl requests in milliseconds (required, 0 to 2147483647). */
        @Required
        @Min(value = 0)
        @Max(value = 2147483647)
        @ValidateTypeFailure
        public Integer intervalTime;
    
        /** The boost value for search ranking (required). */
        @Required
        @ValidateTypeFailure
        public Float boost;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/pager/WebConfigPager.java

        public String userAgent;
    
        /**
         * Search criteria: number of threads.
         */
        public String numOfThread;
    
        /**
         * Search criteria: interval time.
         */
        public String intervalTime;
    
        /**
         * Search criteria: boost value.
         */
        public String boost;
    
        /**
         * Search criteria: availability status.
         */
        public String available;
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/pager/FileConfigPager.java

        /** File system paths to crawl */
        public String paths;
    
        /** Number of threads for crawling */
        public String numOfThread;
    
        /** Interval time between crawling operations */
        public String intervalTime;
    
        /** Boost value for search ranking */
        public String boost;
    
        /** Availability status of the configuration */
        public String available;
    
        /** Sort order for the configuration */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 7.3K bytes
    - Viewed (0)
  5. src/main/config/es/fess_config_web_config.json

                "type" : "keyword"
              },
              "includedDocUrls" : {
                "type" : "keyword"
              },
              "includedUrls" : {
                "type" : "keyword"
              },
              "intervalTime" : {
                "type" : "integer"
              },
              "maxAccessCount" : {
                "type" : "long"
              },
              "name" : {
                "type" : "keyword"
              },
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/fess_config.file_config/file_config.json

          },
          "depth": {
            "type": "integer"
          },
          "maxAccessCount": {
            "type": "long"
          },
          "numOfThread": {
            "type": "integer"
          },
          "intervalTime": {
            "type": "integer"
          },
          "timeToLive": {
            "type": "integer"
          },
          "boost": {
            "type": "float"
          },
          "available": {
            "type": "boolean"
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/fess_config.web_config/web_config.json

          },
          "maxAccessCount": {
            "type": "long"
          },
          "userAgent": {
            "type": "keyword"
          },
          "numOfThread": {
            "type": "integer"
          },
          "intervalTime": {
            "type": "integer"
          },
          "timeToLive": {
            "type": "integer"
          },
          "boost": {
            "type": "float"
          },
          "available": {
            "type": "boolean"
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java

        /**
         * The interval time between requests in milliseconds.
         */
        @Required
        @Min(value = 0)
        @Max(value = 2147483647)
        @ValidateTypeFailure
        public Integer intervalTime;
    
        /**
         * The boost value for documents from this web configuration.
         */
        @Required
        @ValidateTypeFailure
        public Float boost;
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsFileConfigCB.java

            }
    
            public void columnIncludedPaths() {
                doColumn("includedPaths");
            }
    
            public void columnIntervalTime() {
                doColumn("intervalTime");
            }
    
            public void columnMaxAccessCount() {
                doColumn("maxAccessCount");
            }
    
            public void columnName() {
                doColumn("name");
            }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsWebConfigCB.java

            }
    
            public void columnIncludedUrls() {
                doColumn("includedUrls");
            }
    
            public void columnIntervalTime() {
                doColumn("intervalTime");
            }
    
            public void columnMaxAccessCount() {
                doColumn("maxAccessCount");
            }
    
            public void columnName() {
                doColumn("name");
            }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 8.4K bytes
    - Viewed (0)
Back to top