Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for expanded (0.17 sec)

  1. src/test/java/jcifs/tests/PACTest.java

            }
        }
    
    
        private static void verifyNfold ( int n, String string, String expect ) {
            byte[] expanded = PacMac.expandNFold(string.getBytes(StandardCharsets.US_ASCII), n / 8);
            Assert.assertEquals(expect, Hexdump.toHexString(expanded).toLowerCase(Locale.ROOT));
        }
    
    
    
        @Test
        public void testParseSPENGOToken() throws Exception {
            /*
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Oct 01 12:01:17 GMT 2023
    - 22.3K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ja.properties

    labels.searchlog_usersessionid=User ID
    labels.searchlog_requestedtime=時刻
    labels.searchlog_accesstype=アクセスタイプ
    labels.maintenance_title_configuration=メンテナンス
    labels.number_of_shards_for_doc=シャード数
    labels.auto_expand_replicas_for_doc=最大レプリカ数
    labels.clear_crawler_index=Crawlerインデックス
    labels.clear_crawler_index_button=クロール用インデックスの削除
    labels.diagnostic_logs=診断
    labels.download_diagnostic_logs_button=ログのダウンロード
    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)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. 5 */
        String INDEX_number_of_shards = "index.number_of_shards";
    
        /** The key of the configuration. e.g. 0-1 */
        String INDEX_auto_expand_replicas = "index.auto_expand_replicas";
    
        /** The key of the configuration. e.g. SHA-512 */
        String INDEX_ID_DIGEST_ALGORITHM = "index.id.digest.algorithm";
    
        /** The key of the configuration. e.g. admin */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  4. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

                    .replaceAll(Pattern.quote("${fess.index.number_of_shards}"), numberOfShards)//
                    .replaceAll(Pattern.quote("${fess.index.auto_expand_replicas}"), autoExpandReplicas);
            for (final UnaryOperator<String> rule : docSettingRewriteRuleList) {
                source = rule.apply(source);
            }
            return source;
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 84.1K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_de.properties

    labels.searchlog_requestedtime=Zeitpunkt
    labels.searchlog_accesstype=Zugriffsart
    labels.maintenance_title_configuration=Wartung
    labels.number_of_shards_for_doc=Anzahl der Shards
    labels.auto_expand_replicas_for_doc=Replicas automatisch erweitern
    labels.clear_crawler_index=Crawler-Indizes
    labels.clear_crawler_index_button=Crawler-Indizes leeren
    labels.diagnostic_logs=Diagnose
    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)
  6. src/main/resources/fess_label_fr.properties

    labels.searchlog_requestedtime	=	Temps
    labels.searchlog_accesstype	=	Type d'accès
    labels.maintenance_title_configuration	=	Entretien
    labels.number_of_shards_for_doc	=	Le nombre de fragments
    labels.auto_expand_replicas_for_doc	=	Extension automatique des répliques
    labels.clear_crawler_index	=	Indices de chenilles
    labels.clear_crawler_index_button	=	Effacer les indices de chenilles
    labels.diagnostic_logs	=	Diagnostique
    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)
  7. src/main/resources/fess_label_ru.properties

    labels.searchlog_requestedtime=Time
    labels.searchlog_accesstype=Access Type
    labels.maintenance_title_configuration=Maintenance
    labels.number_of_shards_for_doc=The number of shards
    labels.auto_expand_replicas_for_doc=Auto expand replicas
    labels.clear_crawler_index=Crawler Indices
    labels.clear_crawler_index_button=Clear Crawler Indices
    labels.diagnostic_logs=Diagnostic
    labels.download_diagnostic_logs_button=Download Logs
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_number_of_shards_for_doc = "{labels.number_of_shards_for_doc}";
    
        /** The key of the message: Auto expand replicas */
        public static final String LABELS_auto_expand_replicas_for_doc = "{labels.auto_expand_replicas_for_doc}";
    
        /** The key of the message: Crawler Indices */
        public static final String LABELS_clear_crawler_index = "{labels.clear_crawler_index}";
    
    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)
  9. src/main/resources/fess_config.properties

    indexer.language.detect.length=1000
    indexer.max.result.window.size=10000
    indexer.max.search.doc.size=50000
    
    # index setting
    index.codec=default
    index.number_of_shards=5
    index.auto_expand_replicas=0-1
    index.id.digest.algorithm=SHA-512
    index.user.initial_password=admin
    
    # field names
    index.field.favorite_count=favorite_count
    index.field.click_count=click_count
    index.field.config_id=config_id
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  10. src/main/resources/fess_label.properties

    labels.searchlog_requestedtime=Time
    labels.searchlog_accesstype=Access Type
    labels.maintenance_title_configuration=Maintenance
    labels.number_of_shards_for_doc=The number of shards
    labels.auto_expand_replicas_for_doc=Auto expand replicas
    labels.clear_crawler_index=Crawler Indices
    labels.clear_crawler_index_button=Clear Crawler Indices
    labels.diagnostic_logs=Diagnostic
    labels.download_diagnostic_logs_button=Download Logs
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
Back to top