Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 256 for shards (0.04 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * comment: Number of primary shards for the index.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getIndexNumberOfShards();
    
        /**
         * Get the value for the key 'index.number_of_shards' as {@link Integer}. <br>
         * The value is, e.g. 5 <br>
         * comment: Number of primary shards for the index.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  2. src/main/resources/fess_label.properties

    labels.searchlog_usersessionid=User ID
    labels.searchlog_requestedtime=Time
    labels.searchlog_accesstype=Access Type
    labels.maintenance_title_configuration=Maintenance
    labels.number_of_shards_for_doc=Number of Shards
    labels.auto_expand_replicas_for_doc=Auto-expand Replicas
    labels.clear_crawler_index=Crawler Index
    labels.clear_crawler_index_button=Delete Crawler Index
    labels.diagnostic_logs=Diagnostics
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_nl.properties

    labels.searchlog_usersessionid=Gebruikers-ID
    labels.searchlog_requestedtime=Tijd
    labels.searchlog_accesstype=Toegangstype
    labels.maintenance_title_configuration=Onderhoud
    labels.number_of_shards_for_doc=Aantal shards
    labels.auto_expand_replicas_for_doc=Maximaal aantal replica's
    labels.clear_crawler_index=Crawler-index
    labels.clear_crawler_index_button=Crawler-index verwijderen
    labels.diagnostic_logs=Diagnostiek
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  4. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

         *
         * @param index              the index configuration name
         * @param indexName          the actual index name to create
         * @param numberOfShards     the number of primary shards
         * @param autoExpandReplicas the auto expand replicas setting
         * @param uploadConfig       whether to upload configuration files
         * @return true if the index was created successfully, false otherwise
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_pt_BR.properties

    labels.searchlog_usersessionid=ID do usuário
    labels.searchlog_requestedtime=Hora
    labels.searchlog_accesstype=Tipo de acesso
    labels.maintenance_title_configuration=Manutenção
    labels.number_of_shards_for_doc=Número de shards
    labels.auto_expand_replicas_for_doc=Número máximo de réplicas
    labels.clear_crawler_index=Índice do rastreador
    labels.clear_crawler_index_button=Excluir índice de rastreamento
    labels.diagnostic_logs=Diagnóstico
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/primitives/Shorts.java

     * href="https://github.com/google/guava/wiki/PrimitivesExplained">primitive utilities</a>.
     *
     * @author Kevin Bourrillion
     * @since 1.0
     */
    @GwtCompatible
    public final class Shorts extends ShortsMethodsForWeb {
      private Shorts() {}
    
      /**
       * The number of bytes required to represent a primitive {@code short} value.
       *
       * <p>Prefer {@link Short#BYTES} instead.
       */
      // The constants value gets inlined here.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 25.8K bytes
    - Viewed (0)
  7. guava/src/com/google/common/primitives/Shorts.java

     * href="https://github.com/google/guava/wiki/PrimitivesExplained">primitive utilities</a>.
     *
     * @author Kevin Bourrillion
     * @since 1.0
     */
    @GwtCompatible
    public final class Shorts extends ShortsMethodsForWeb {
      private Shorts() {}
    
      /**
       * The number of bytes required to represent a primitive {@code short} value.
       *
       * <p>Prefer {@link Short#BYTES} instead.
       */
      // The constants value gets inlined here.
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 25.8K bytes
    - Viewed (0)
  8. guava/src/com/google/common/primitives/Chars.java

     * href="https://github.com/google/guava/wiki/PrimitivesExplained">primitive utilities</a>.
     *
     * @author Kevin Bourrillion
     * @since 1.0
     */
    @GwtCompatible
    public final class Chars {
      private Chars() {}
    
      /**
       * The number of bytes required to represent a primitive {@code char} value.
       *
       * <p>Prefer {@link Character#BYTES} instead.
       */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 24.2K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/primitives/Chars.java

     * href="https://github.com/google/guava/wiki/PrimitivesExplained">primitive utilities</a>.
     *
     * @author Kevin Bourrillion
     * @since 1.0
     */
    @GwtCompatible
    public final class Chars {
      private Chars() {}
    
      /**
       * The number of bytes required to represent a primitive {@code char} value.
       *
       * <p>Prefer {@link Character#BYTES} instead.
       */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 24.2K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Maintenance */
        public static final String LABELS_maintenance_title_configuration = "{labels.maintenance_title_configuration}";
    
        /** The key of the message: Number of Shards */
        public static final String LABELS_number_of_shards_for_doc = "{labels.number_of_shards_for_doc}";
    
        /** The key of the message: Auto-expand Replicas */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
Back to top