Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for management (0.33 sec)

  1. src/main/resources/fess_config.properties

    index.document.crawler.data.number_of_replicas=1
    index.document.crawler.filter.number_of_replicas=1
    index.config.index=fess_config
    index.user.index=fess_user
    index.log.index=fess_log
    
    # doc management
    index.admin.array.fields=lang,role,label,anchor,virtual_host
    index.admin.date.fields=expires,created,timestamp,last_modified
    index.admin.integer.fields=
    index.admin.long.fields=content_length,favorite_count,click_count
    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)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getIndexLogIndex();
    
        /**
         * Get the value for the key 'index.admin.array.fields'. <br>
         * The value is, e.g. lang,role,label,anchor,virtual_host <br>
         * comment: doc management
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getIndexAdminArrayFields();
    
        /**
    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)
Back to top