Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for migrate (1.05 sec)

  1. src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java

                    }
                    return true;
                }
                return false;
            }
    
        }
    
        /**
         * Migrates existing thumbnail files to the new directory structure.
         */
        public void migrate() {
            new Thread(() -> {
                final Path basePath = baseDir.toPath();
                final String suffix = "." + imageExtention;
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 27K bytes
    - Viewed (0)
  2. MIGRATION.md

    1. **Import your GSA configuration** using the method described above
    2. **Update client applications** to use Fess's JSON Search API (see [API Reference](#api-reference) section)
    3. **Gradually migrate** from GSA query format to Fess's native API
    
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 06 12:40:11 UTC 2025
    - 23.2K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_id.properties

    labels.group_gidNumber=gidNumber
    labels.gidNumber=gidNumber
    labels.user_homeDirectory=Direktori Home
    labels.homeDirectory=Direktori Home
    labels.upgrade_title_configuration=Upgrade
    labels.upgrade_data_migration=Migrasi Data
    labels.upgrade_reindex=Pengindeksan Ulang
    labels.upgrade_start_button=Mulai
    labels.replace_aliases=Ganti Alias
    labels.reset_dictionaries=Reset Kamus
    labels.reindex_start_button=Mulai
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 45.2K bytes
    - Viewed (0)
Back to top