Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for replaceAliases (0.08 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/maintenance/ActionForm.java

        /**
         * Default constructor.
         */
        public ActionForm() {
            // nothing
        }
    
        /**
         * The flag to replace aliases.
         */
        @Size(max = 10)
        public String replaceAliases;
    
        /**
         * The flag to reset dictionaries.
         */
        @Size(max = 10)
        public String resetDictionaries;
    
        /**
         * The number of shards for doc.
         */
        @Size(max = 10)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.5K bytes
    - Viewed (0)
Back to top