Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 306 for SETTINGS (0.04 sec)

  1. src/main/java/org/codelibs/fess/app/web/api/admin/general/EditBody.java

    import org.codelibs.fess.app.web.admin.general.EditForm;
    
    /**
     * Request body class for general settings edit operations in the admin REST API.
     * This class extends EditForm to inherit the necessary form validation and binding capabilities
     * for general settings management operations.
     */
    public class EditBody extends EditForm {
    
        /**
         * Default constructor.
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/service/WebAuthenticationService.java

    import org.dbflute.optional.OptionalEntity;
    
    import jakarta.annotation.Resource;
    
    /**
     * Service class for managing web authentication configurations.
     * Provides CRUD operations for web authentication settings including
     * listing, retrieving, storing, and deleting authentication configurations.
     */
    public class WebAuthenticationService {
    
        /**
         * Default constructor.
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess_config.duplicate_host.json

    {
      "settings": {
        "index": {
          "refresh_interval": "1s",
          "number_of_shards": 1,
          "number_of_replicas": 0,
          "auto_expand_replicas": "0-1"
        }
      }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 173 bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess_config.related_content.json

    {
      "settings": {
        "index": {
          "refresh_interval": "1s",
          "number_of_shards": 1,
          "number_of_replicas": 0,
          "auto_expand_replicas": "0-1"
        }
      }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 173 bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/fess_log.user_info.json

    {
      "settings": {
        "index": {
          "refresh_interval": "1s",
          "number_of_shards": 5,
          "number_of_replicas": 0,
          "auto_expand_replicas": "0-1"
        }
      }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Apr 19 05:21:19 UTC 2018
    - 173 bytes
    - Viewed (0)
  6. src/main/config/es/fess_config_file_authentication.json

              },
              "updatedTime" : {
                "type" : "long"
              },
              "username" : {
                "type" : "keyword"
              }
            }
          }
        },
        "settings" : {
          "index" : {
            "creation_date" : "1509021053135",
            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "-gono3d2R0KP5po-ggBr0A",
            "version" : {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  7. src/main/config/es/fess_config_label_type.json

              },
              "value" : {
                "type" : "keyword"
              },
              "virtualHost" : {
                "type" : "keyword"
              }
            }
          }
        },
        "settings" : {
          "index" : {
            "dbflute" : {
              "label_type" : {
                "properties" : {
                  "permissions" : {
                    "array" : "true"
                  }
                }
              }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/service/FailureUrlService.java

        @Resource
        protected FailureUrlBhv failureUrlBhv;
    
        /** Configuration settings for Fess */
        @Resource
        protected FessConfig fessConfig;
    
        /**
         * Retrieves a paginated list of failure URLs based on the provided pager criteria.
         *
         * @param failureUrlPager the pager containing search criteria and pagination settings
         * @return a list of FailureUrl entities matching the criteria
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 9.2K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess_config.data_config.json

    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 484 bytes
    - Viewed (0)
  10. src/main/config/es/fess_config_elevate_word_to_label.json

            "properties" : {
              "elevateWordId" : {
                "type" : "keyword"
              },
              "labelTypeId" : {
                "type" : "keyword"
              }
            }
          }
        },
        "settings" : {
          "index" : {
            "creation_date" : "1509021052498",
            "number_of_shards" : "5",
            "number_of_replicas" : "1",
            "uuid" : "z3miZa9NSdywfPRNGhrlzg",
            "version" : {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 653 bytes
    - Viewed (0)
Back to top