Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for Heindel (0.15 sec)

  1. src/main/resources/fess_label_ko.properties

    labels.storage_endpoint=Endpoint
    labels.storage_access_key=Access Key
    labels.storage_secret_key=Secret Key
    labels.storage_bucket=Bucket
    labels.upgrade_reindex=Reindex
    labels.replace_aliases=Update Aliases
    labels.reset_dictionaries=Reset Dictionaries
    labels.reindex_start_button=Start
    labels.doc_score=Score:
    labels.development_mode_warning=Running as Development mode. For production use, please install a standalone OpenSearch server.
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_de.properties

    labels.homeDirectory=Home-Verzeichnis
    labels.upgrade_title_configuration=Upgrade
    labels.upgrade_data_migration=Datenmigration
    labels.upgrade_reindex=Reindizieren
    labels.upgrade_start_button=Start
    labels.replace_aliases=Aliase aktualisieren
    labels.reindex_start_button=Start
    labels.targetVersion=Version
    labels.target_version=Version ab
    labels.esreq_configuration=Anfrage an OpenSearch
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ja.properties

    labels.user_homeDirectory=ホームディレクトリ
    labels.homeDirectory=ホームディレクトリ
    labels.upgrade_title_configuration=アップグレード
    labels.upgrade_data_migration=データ移行
    labels.upgrade_reindex=再インデクシング
    labels.upgrade_start_button=開始
    labels.replace_aliases=エイリアスの更新
    labels.reset_dictionaries=辞書の初期化
    labels.reindex_start_button=開始
    labels.targetVersion=対象バージョン
    labels.target_version=対象バージョン
    labels.esreq_configuration=OpenSearchへのリクエスト
    labels.esreq_request_file=リクエストファイル
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  4. src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java

                final String oldIndex = "." + index;
                if (client.existsIndex(oldIndex) && client.existsIndex(index)) {
                    logger.info("Copying from {} to {}", oldIndex, index);
                    if (!client.reindex(oldIndex, index, false)) {
                        logger.warn("Failed to copy from {} to {}", oldIndex, index);
                    }
                } else if (logger.isDebugEnabled()) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Apr 13 11:43:03 GMT 2024
    - 46.9K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    labels.upgrade_title_configuration	=	Améliorer
    labels.upgrade_data_migration	=	Migration de données
    labels.upgrade_reindex	=	Réindexer
    labels.upgrade_start_button	=	Commencer
    labels.replace_aliases	=	Mettre à jour les alias
    labels.reset_dictionaries	=	Réinitialiser les dictionnaires
    labels.reindex_start_button	=	Commencer
    labels.targetVersion	=	Version
    labels.target_version	=	Version de
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Data Migration */
        public static final String LABELS_upgrade_data_migration = "{labels.upgrade_data_migration}";
    
        /** The key of the message: Reindex */
        public static final String LABELS_upgrade_reindex = "{labels.upgrade_reindex}";
    
        /** The key of the message: Start */
        public static final String LABELS_upgrade_start_button = "{labels.upgrade_start_button}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  7. pom.xml

    				<exclusion>
    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>percolator-client</artifactId>
    				</exclusion>
    				<exclusion>
    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>reindex-client</artifactId>
    				</exclusion>
    				<exclusion>
    					<groupId>org.opensearch.plugin</groupId>
    					<artifactId>mapper-extras-client</artifactId>
    				</exclusion>
    				<exclusion>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  8. cmd/xl-storage-format-v2.go

    		if metaV < 2 && ver.header.Type == DeleteType {
    			// load (and convert) version.
    			version, err := x.getIdx(i)
    			if err == nil {
    				// Only reindex if set.
    				_, ok1 := version.DeleteMarker.MetaSys[ReservedMetadataPrefixLower+ReplicationTimestamp]
    				_, ok2 := version.DeleteMarker.MetaSys[ReservedMetadataPrefixLower+ReplicaTimestamp]
    				if ok1 || ok2 {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Apr 23 05:07:37 GMT 2024
    - 63.6K bytes
    - Viewed (1)
Back to top